How to prevent #REF errors appearing in formulas when referenced workbook is...
In my workbook A, I have formulas that reference my workbook B. Once I open workbook B and enable editing, all of the formulas in workbook A show workbook B's worksheet name as #REF (but the filepath...
View ArticleCharts losing named ranges, replaced with _{r1}, _{r9}, etc. Am I doing it...
I am using named ranges in a chart within which are OFFSET and INDEX/MATCH functions in order to drive dynamic chart behaviour based on changing the month in a cell.A couple of times today as I have...
View ArticleExcel COUNTIF/SUMIF criteria reference
SUMIF function - Office Support only says:criteria Required. The criteria in the form of a number, expression, a cell reference, text, or a function that defines which cells will be added. For example,...
View ArticleCopy column to automatically update in Excel
I currently have a column of numbers in, say, sheet A. I'd like to copy this column to sheet B which is easy enough.However, if i make a change to a value in the column in sheet A is there a way to...
View ArticleHow to combine SUBTOTAL and SUMIFS in Excel?
I am struggling to combine my SUMIFS formula with SUBTOTAL. As you can see in the picture, my SUMIFS formula (highlighted in yellow, formulate pasted as text below it) sums up Column C when values in...
View ArticleSUM of multiple INDEX+MATCH entries
Sorry if this is a duplicated question.I have several spreadsheets with plenty of source data,In which I usually use INDEX+MATCH to find out the source data for the corresponding value,As shown in the...
View ArticleExcel - automatically delete the first and last dates of a customer ID
Excel - I have a spreadsheet with the Customer ID, transaction amount and date as the headers.I need to delete first and last date, including the transaction amount for every customer ID, how can I do...
View ArticleMerging across rows using Ablebits
I have several thousand bank account transactions imported from PDF into Excel using Power Query. However, for each transaction, there are 1-3 rows. In column A, the top-most row for that transaction...
View ArticleSUMIFS just showing in last row based on criteria
I'm just cracking my head round this. I hope someone might help me sort it out.I've four columns: Day, Cod., Hours and Running Sum (Hours).I need to create a formula that just shows the running sum...
View ArticleHow do I assign numeric values to text in Excel or Numbers and add them
I created a spreadsheet to track my sons wrestling team. The text I'm trying to convert is Wp, Wt, Wm, etc. The first letter stands for Win and the second letter represents how the match was won. p =...
View ArticleTrouble using IFERROR with an IF statement that has Multiple Conditions
I have a nested IF formula. The return value for some of the IF statements is given by index-matching. If the item doesn't exist on the other sheet, the index-match returns a #N/A, but if there's an...
View ArticleExcel formula to get first non-empty value and then return value other row
This formula:=INDEX(Q10:XFD10,MATCH(TRUE,INDEX((Q10:XFD10<>0),0),0))looks up the first non-zero value from column Q till the end in row 10.And it displays the value present in that cell. Suppose...
View ArticleCase insensitive but case preserving substitute function, excel
Is there a way to do this, i.e. Foo, FOO, and fOO would come out as Bar, BAR, and and bAR, without having to individually type all possible permutations into the function.=SUBSTITUTE(A1,"foo","bar") is...
View Articlehow to determine which values in a given set of cells will add up to a...
In other words, I'm looking for a sum range that consists of combinations of cells from an array. Given a set of numbers:1 720 56 17 59 120 153 203 39 1 690 583 582 561 256 310 232 95 108 16 26 59 538...
View ArticleReturning values from on column in a row if another column in the row meets...
I want to be able to get values from a cell in one column if data in other column meets criteria. Please look at the picture then read further.So I want to create one column to show all SRaverage...
View ArticleDaily Data into Monthly Data Excel
I'm working on an excel project where I have an excel sheet with daily percentage yield data for everyday for 20y. I'm only interested in having the yield of the first entry of each month. How can I...
View ArticleHow do I extract a list of all cells that contain a text string?
Lets say I have this list:AB1Stack East5002Stack West6003Whack One7004Track Yellow5005Stack North5006Stack North700Stack North is Cell A; 500 is cell B.I want a new tab which only shows e.g. the cells...
View ArticleEXCEL - FIND and REDUCE
I need to find if a string is contained in a selection of cells. I dont care about position, I just want to understand if it's present in the selected cells or not. To do this, I use the FIND function...
View ArticleHow would I find every consecutive combination of values in excel?
Suppose I have a list of values like so:123456I want to find every combination that involves consecutive members of this list, for e.g.:(// every combination of one element1, 2, 3, 4, 5, 6,// every...
View ArticleFind position of first uppercase character in excel string
I need to find the position of the first uppercase character in an Excel string. There are lots of resources on the web that have the same (or effectively the same) solution for...
View ArticleApply one formula to all selected cells
So in Excel 2013 (v15.x), is there still no one-step way to apply an arbitrary formula to all selected cells or am I just missing it? The closest thing I see here on search is the answer to this...
View ArticleHow do I stack multiple columns into one column in Excel 365 Mac
I currently have my data in different columns after using a Text To Columns feature. Now what I want to do is to put them all into one column. Can you please advise what formula to use or is there a...
View ArticleHow can I make a volatile Excel formula static, specifically a formula...
I have a task log that I created at work to prioritize my daily to-do's. In one column I've added a formula to automatically calculate Covey's quadrant numbers based on whether or not I've assigned a...
View ArticleExcel and dates being returned in number format when the Previous Formula...
=TEXTJOIN(",",TRUE,IF($D$2:$I$87=M2,$A$2:$A$87,"")) The information being pulled is Dates,unfortunately it keeps pulling the dates as Numbers ,I have tried the Text and "dd/mm/yyyy" but im not sure...
View ArticleExcel way to switch a referenced sheet to another
I have an Excel file with a list of tasks in one sheet (called "Tasks") and something else in another sheet (called "Results") that references the Taskse.g. in "Results" some references like...
View ArticleHow do I remove the leading digit in a formula?
I am combining three cellsof a formatted table into one and I am using the following:=[@CIVCC]&"-"&[@POSCO]&"-"&[@GRADE]CIVCCPOSCOGRADEResultGS0030114GS-00301-14WG0080809WG-00808-09I...
View ArticleIncrement Number within a Concatenated String based on conditional if
I am trying to Increment a Number based on a conditional IF in another column. In Column A I have a =Concatenate("ABC","_",D2).I am looking to fill down a formula that will basically be an...
View ArticleExcel formula to lookup row number
I have the following columns on a spreadsheet1 ITEM LOCATION EXISTS?2 apple 3 3 banana 6 TRUE4 fish 9 5 dog 6 cherry TRUE7 goat 8 horse 9 chicken TRUEThe LOCATION column is a list of row numbers...
View ArticleIf a cell contains a certain text/texts then today's date
If A1 contains accepted or rejected or goodwill then A2 = today's date.I have tried to use IF function but I can not combine that the cell can contain 3 different words to search to get today's date.
View ArticleHide sheets in shared excel workbook.
I have a shared workbook on which I have hidden some of the worksheets prior to saving.I have closed the workbook. If another user opens the workbook the worksheets I had hidden are visible. If I open...
View Article