excel
43875 TopicsSplitting Array Elements into Multiple Elements
I am trying to extract an array from a column of a table. The column is text only and some cells have multiple values separated by semicolons. I am trying to extract an array that has a separate item per array element. Using this formula, I get an array where each cell in the table column is an element of the single column array with duplicates removed and sorted alphabetically. =SORT(UNIQUE(GPO[about:config setting equivalent],FALSE,TRUE)) This is one of the elements in the array but it is three values separated by the two semicolons. browser.download.dir;browser.download.folderList;browser.download.useDownloadDir There are many elements that have only one value but there are others that have two, three, four, or more values. Is there a way that elements with multiple values can be split so each value is a separate element? My best guess it that it is a function that operates on the GPO[about:config setting equivalent] array within the UNIQUE function. I just have no clue as to what that function would be or even if such a function exists. Each value contains no whitespace and it is not difficult to change the delimiter from a semicolon to a space or a comma if necessary.32Views0likes2CommentsDate of Last Modified for a Cell
Good day, all. I am inquiring if there is an excel function that would give me a date (and time) that an individual cell was last modified. For example: cell A2 has an entry of $2.55 and I'd like cell A3 to read "12/5/22 at 10am". a week later I change the $2.55 to $3.00....I'd like the A3 cell to read "12/12/22 at 10:30am". I've seen some VBA solutions but wondering if there is a simple excel formula to accomplish this?265KViews2likes81CommentsInvalid procedure call or argument (VBA Error 5 Excel) in Build 19011.20000
Version 2507 (Build 19011.20000) gives the following VBA error in Excel: "Invalid procedure call or argument (Error 5)" It stops at the following line in VBA: === qv_wiel = WorksheetFunction.Min(3 * wiellast / (2 * Pi * Sqr(Sqr((x_wiel - x0) ^ 2 + (y_wiel - y0) ^ 2) ^ 2 + H_eq ^ 2) ^ 2) * Cos(WorksheetFunction.Radians(WorksheetFunction.Degrees(Atn(Sqr((x_wiel - x0) ^ 2 + (y_wiel - y0) ^ 2) / H_eq)))) ^ 3, wiellast * 4 * (1 / 4 - 1 / (2 * Pi) * (WorksheetFunction.Asin(2 * H_eq * Sqr((4 * H_eq ^ 2 + L_strook ^ 2 + B_strook ^ 2) / ((4 * H_eq ^ 2 + L_strook ^ 2) * (4 * H_eq ^ 2 + B_strook ^ 2)))) - 2 * H_eq * L_strook * B_strook / Sqr(4 * H_eq ^ 2 + L_strook ^ 2 + B_strook ^ 2) * (1 / (4 * H_eq ^ 2 + L_strook ^ 2) + 1 / (4 * H_eq ^ 2 + B_strook ^ 2)))) / (B_strook * L_strook)) === This issue didn't exist in Version 2506 (May 2025) and lower.Solved69Views0likes5CommentsSemi colon (;) column seperator instead of comma (,)
Hi, I've gone round the block with this one and followed the instructions to change the control panel region additional settings for the list seperator - it was on a comma (,) as I need it to be. In Excel the Options - Advanced - List setting is set to "Use system seperator". Still Excel returns a .csv file with a semi colon (;) when save as is used. Where else can I try to change settings to correct this to give me a comma delimited file? I also tried co-pilot and the script file it proposed.Solved21Views0likes2CommentsDo a search/sort/sum in an excel workbook and put results in another workbook
I am not an in depth excel user. I am working with one excel file with multiple workbooks. In WORKBOOK1, i need to search COLUMN D for all values = to VALUE1. In each row with COLUMND = VALUE1, i need to grab the data/$$ in COLUMNC and get the sum of all COLUMNC values where COLUMND = VALUE1. I want the SUM of all data in COLUMNC where COLUMND = VALUE1 to appear in a cell in WORKBOOK2. Plowing through this, but working against a deadline 😞Solved36KViews0likes13CommentsExcel doesn't calculate time (#value error) when past 13:00.
I need help to correct an #value error. My calculations work perfectly fine when I subtract one time cell from another except when the time is past 13:00. I tried changing the cell function to general, number, custom but nothing seems to work unless I manually change the time to 1:00pm. Thoughts? TIA Below is an example: Cell AB Cell AD 8:15 08:29 AM 0:14 13:06 PM 13:54 PM #VALUE! =SUM(AD2-AB2) is the formula I am using23Views0likes1CommentFormula instead of Value
I am sent a spreadsheet every month that I need to use to calculate values. I put my formula in the cell: if (e2=0,7.25,e2*7.25). When I hit enter, nothing happens. The cell just shows the formula. My guess is there is a setting somewhere in this particular worksheet that causes this to happen, but I am unable to find it. I have a deadline, so SOS ASAP. Thanks!24Views0likes2Comments