Pinned Posts
Forum Widgets
Latest Discussions
REGEX+TEXTSPLIT
Dear Experts, I have a data like below in column"A":- And , I want to split it in the way like in "Yellow" So, after each consecutive Alphabet or number it should be splitted, I tried to do something in Column "B" but not succesful. Could you please share any solution if possible by using a comb of regex + textsplit? Thanks in Advance, Br, Anupam60Views0likes4Commentsvlookup issue
Hi Expertise, I have a problem regarding to vlookup issue. I need to use the staff ID prefix which is the first 3 characters (numeric or alphanumeric) of staff ID to lookup the team. I tried to use vlookup or Index and Match or xlookup, unfortunately, still have error. May i ask your help? Thanks I tried to use left(staff ID,3) or value(left(staff ID,3) to capture staff id prefix. Staff ID Staff ID prefix Team Staff ID prefix Team 736123 736 HK 736 HK 736124 736 HK 73A JP 73A123 73A JP 73B KR 73B123 73B KRSolvedKa_ChunLSep 17, 2025Copper Contributor39Views0likes1Commentoutlook calendar not allowing recurring appointments to be saved.
Hi all! I keep track of our company employee vacations on Outlook calendar. Lately it has not been letting me save a recurring appointment for someone who is out for several weeks. Any thoughts as to why?smartin1970Sep 17, 2025Copper Contributor28Views0likes1CommentIF Statement Problem
=IF(D23,0,D17-(D17*C24)IF(D22,0,D17-(D17*C24)IF(D21,0,D17-(D17*C24)))) Hello everybody new boy just joined, I am having problems with this statement could anybody help out, I have done these before but I cannot get to the bottom of this one. Thanks LeeLee59Sep 16, 2025Occasional Reader36Views0likes1CommentExcel dominance
For many years I have been using Apache Software's Open Office spreadsheets (".ods"). When I opened one today, Excel in Read-Only mode appeared. It said that to add to or edit the existing content, I would have to purchase Microsoft 365. That is "restricting competition" in law. I do not know how this has happened. How can I delete the Excel program permanently because it reappears when I reboot my computer?UnitedfanSep 16, 2025Occasional Reader21Views0likes0CommentsPOWER QUERY NOT WORKING !!
I’m using Office LTSC 2024, In Power Query, when I try to load data from another Excel file (or even the same workbook), I get the error: "Microsoft Excel couldn't load a necessary component. It might have been damaged or deleted. Try reinstalling the client software or data source driver software for your database." And also: "download failed error in data source query n connections". Here’s what I’ve already tried: Tested with a new blank workbook, same error appears. Done Office repair (both offline and online), still not working. The issue is only with Power Query loading Excel workbooks. Could anyone please help me with this issue?Varun123Sep 16, 2025Copper Contributor38Views0likes2CommentsIs the Excel Review -> Optimise feature available through Microsoft.Office.Interop.Excel
Hello Excel community, We have a client with a large collection of Workbooks that they copy every year to produce the next 'generation' of workbooks. Many of these workbooks are overweight with respect to file size, and performance. Is it possible, using dotnet and the Excel Interop COM objects to invoke the Optimise wizard that is available in the Excel user interface? Review -> Performance -> Optimize allDennisBowtell1Sep 16, 2025Occasional Reader29Views0likes1CommentToggle Button Code
Hi I have the below code in a toggle button which places an ‘X’ in the active cell which could be anywhere on the spreadsheet. Private Sub ToggleButton1_Click() If ActiveCell.Value = "X" Then ActiveCell.Value = "" Else ActiveCell.Value = "X" End If End Sub Is there a change to the code I can make to force the toggle button to place/remove the ‘X’ from specifically cell ‘C3’? Many Thanks AndySolvedAndy8Sep 16, 2025Occasional Reader47Views0likes2Comments
Resources
Tags
- excel43,156 Topics
- Formulas and Functions25,024 Topics
- Macros and VBA6,477 Topics
- office 3656,157 Topics
- Excel on Mac2,680 Topics
- BI & Data Analysis2,424 Topics
- Excel for web1,962 Topics
- Formulas & Functions1,716 Topics
- Need Help1,703 Topics
- Charting1,667 Topics