Excel - Create 'Next' after spill range
I may be reaching the extent of excel's capabilities without getting into VBA (out of my depth).I need the "Product Collumn" (Collumn B) to automatically populate (Spill) the subsequent value from Req...
View ArticleNOT WORKING: Using IFS Formula when reference cell is a result of a vlookup...
I am trying to use the IFS() formula where the reference cell is the result of a VLOOKUP() (the VLOOKUP() is looking at a Pivot Table.)It is not working, even when I've tried using (value(cell))Below...
View ArticleUsing MAX and IF function together in Excel
I have a spreadsheet for tracking debt. I have a starting balance and then two columns, one for payments and one for remaining balance. E.g. Starting balance - £6000, Payment - £100, Remaining Balance...
View ArticleExcel: How to select a chart's data range using a corresponding value in...
Let's say a DataSheet has the following data that is subject to change, including date headers. The number of columns is always the same. (Top left cell is A1.)NameDec 1Dec 2Dec 3Dec 4Dec 5...Dec...
View ArticleExcel: Sum all quantities of unique items across all sheets
I have data spread across several sheets that includes (amongst other things) a part number and a quantity associated with that part. The part number and quantity appears many times in each sheet. I...
View ArticleExcel formula to populate from one column only if another is empty?
I want column U to equal the value of column P. However, if column P says #N/A N/A then I want it to populate from column L instead. Is there a formula that will do this for me? Sorry if I've not...
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 ArticleExcel- How do I find common text values from multiple (>2) rows?
This is essentially a variant of the question asked here:Excel- How do I find common text values from multiple (>2) columns?In this case, however, instead of multiple columns of data I need to...
View ArticleHow do I find common text values from multiple (>2) rows in Excel?
This is essentially a variant of the question asked here:Excel- How do I find common text values from multiple (>2) columns?In this case, however, instead of multiple columns of data I need to...
View ArticleHow do I find common text values from multiple (>2) columns in Excel?
I have 9 columns of text data and need to know the common terms that are found in all nine columns (or possibly different combinations of columns). I can do 2 columns...
View ArticleFinding IPs covered by Subnets in an Excel document
I have a giant excel document that contains a list of IPs, but there are also entries that have subnets. So for example, I might see "IP" "/16" and the first two octets would be the first two octets of...
View ArticleCalculate duration between 2 milestones based on criteria
Given the following problem: An ice truck is rented for a certain duration with a start date "x" and an end date "y".Example:rental start date in cell b1 = 27/05/2025rental end date in cell b2 =...
View ArticleHow to have a cell calculate only once
I have cell N29 calculating some values based on streaming data. Once a condition is met in cell Q29, the calculation or final value should be passed to cell O29 and no longer calculate in either...
View ArticleHow to count cells that are within specified tolerance with Excel?
I am trying to count the number of cells that are within a certain tolerance using =COUNTIF(). The +/- tolerances are in different columns and I need to apply this formula to multiple rows that have...
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 ArticleHow can I refer to an Excel worksheet by index rather than name?
Woe is me, I have an Excel workbook with a gazillion sheets; each with its own unique, non-sequential name. I want to refer to these sheets using their indices rather than names. How can I do that?
View ArticleExcel mod function rounding error
I am testing multiples of 0.4 in Excel.=MOD(1.2;0.4)returns 0.4, when it should returns zero.
View Articlecalculating the average of column that is not a number
So I have 2 sheet, the first one contains student's name, subject, and their grade.Sheet1 :ABCMarkMathADavePhysicCCarolMathBDaveP.EBCarolPhysicAMarkPhysicAThe second one is the grading system used...
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 ArticleSplit cell into three columns without losing leading zero
I have a column with a phone numbers without hyphens. I am using text to columns to latter recombine the numbers with hyphens but it's dropping leading zeros in the last cell.You are seeing leading...
View Article