Excel 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 ArticleHow to return a list of values from a filtered column?
I'd like to return a list of visible values (including zeroes) from a filtered column from one sheet into an another one so that the list will update if a new value is added into the original dataset...
View ArticleExcel: How to find length of sublist in list. Sublist are separated by blank...
I have a list with sublists in Column A consisting of a Name followed by 1 to 10 Dates. The sublists are separated by a blank cell.Example:Jones, Bobby1/5/241/9/243/12/24(blank cell)Smith,...
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 xlookup formula
I'm trying to come up with a formula that will yield the position of two criteria. Per below, looking for Product B from column A and then the position of the first non-zero value. In this case, the...
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 ArticleExcel: SUMPRODUCT and cells containing ""
In cell N30 I have this formula:=(SUMPRODUCT(A2:B2;$A$29:$B$29)/SUMPRODUCT(--(A2:B2<>"");$A$29:$B$29))This is a simplified version, hopefully it still makes sense. If the cells in A2:B2 are...
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 ArticleWhat's the best formula to use to total number of hours on excel spreadsheet...
I need to total the number of hours attended per child per day. A morning is 3 hours, lunch 0.75 hours and afternoon 2.75 hours. If a child attends, the cell has '1' in it (see the screenshot). What is...
View ArticleEditing Calc formula, when clicking cell, it does not enter cell reference
When I am writing a formula, I can type =A1+A2 and it works, but if I type = and then click on A1, the system does not put A1 in the formula bar. It just enters A1 in edit mode.
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 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 ArticleHow to VBA update a cell value based on another cell
I've looked all over stack exchange and have not seen exactly what I'm looking for. I have an extensive list of some items that need constant calibration at different dates and intervals, and what I'm...
View ArticleHow to use excel lambdas and/or array formulas to generate the cross-product...
As a late entrant to using lambdas with excel, I"m extremely excited to see how they can simplify my company's sheets.One area we would love to see simplified: we have a list of values that look...
View ArticleBest way to define a 2D lookup in excel using lambdas?
I'm surprised that Excel still doesn't have a simple function 2D_LOOKUP(array, row, col). For instance, I have a complicated excel sheet I'm managing and I frequently want to pull the value for a given...
View ArticleHow to change a cell colour based on input of 3 other cells
I am looking to create a conditional format for a name for when 3 columns (E,F,G) all display the value of "Y". I have tried following a similar query from within StackExchange but i get a return of...
View ArticleWhy is Excel rejecting CHOOSECOLS(Array,Colnum) in a formula where it accepts...
SUMMARYCan anyone explain why Excel -- current versions on both Mac and Windows -- sometimes refuses to accept, in a cell's formula, this:CHOOSECOLS(SomeArray,ColNum)but it does accept...
View ArticleLayering Conditional Formatting Based on Another Cell Value
I already have a conditional format for a heat scale for each separate row. I want to layer that by highlighting the cell if its corresponding cell on another sheet is above $5,000.The sheet I have the...
View ArticleCountIFs Beyond
I am trying to compile a summary sheet that takes the Employee Name from Row 5, summarizes how many red (2) or yellow (1) are in any given month.I have figured out the COUNTIF for it as a whole, but I...
View ArticleWant the difference between 2 columns to show as 0 and - based on certain...
I have a template file with more than 300 rows and I am preparing the difference between 2024 and 2025 in columns B and C respectively. The difference is in column D.Not every row has an amount, about...
View Article