I'm working on a pricing spreadsheet, and I'm likely stressing on this too much, but after spending this much time on it, would love for it to be perfect.
On column L, I currently have this formula:
L: =IFERROR(IFS($A5="TOTAL",SUM(L2:L4),($H5+$I5+$J5+$K5)=0,"",($H5+$I5+$J5+$K5)>0,($H5+$I5+$J5+$K5),ISBLANK($A5:$K5),""),"")
Instead of the SUM(L2:L4) argument, I'd like it to sum all cells above, but stop once a blank cell is hit. Is this possible? There could be one line to sum, or 10+. I'm not familiar with arrays or VBA, but willing to try!
I feel like my function is probably clunky, but this is the only way I could get it to work so far.
Likely this explaination is not needed, but I'd like the cell to be blank if an error or 0 result, (nothing entered in A5:K5). If A5 has "TOTAL" in it, to sum everything above until the blank cell. If anything other than TOTAL in A, then sum H5:K5.
First time posting here, so I'm hoping the mini sheet works! Please let me know if any other info is needed. Thanks so much!
On column L, I currently have this formula:
L: =IFERROR(IFS($A5="TOTAL",SUM(L2:L4),($H5+$I5+$J5+$K5)=0,"",($H5+$I5+$J5+$K5)>0,($H5+$I5+$J5+$K5),ISBLANK($A5:$K5),""),"")
Instead of the SUM(L2:L4) argument, I'd like it to sum all cells above, but stop once a blank cell is hit. Is this possible? There could be one line to sum, or 10+. I'm not familiar with arrays or VBA, but willing to try!
I feel like my function is probably clunky, but this is the only way I could get it to work so far.
Likely this explaination is not needed, but I'd like the cell to be blank if an error or 0 result, (nothing entered in A5:K5). If A5 has "TOTAL" in it, to sum everything above until the blank cell. If anything other than TOTAL in A, then sum H5:K5.
First time posting here, so I'm hoping the mini sheet works! Please let me know if any other info is needed. Thanks so much!
Cell Formulas | ||
---|---|---|
Range | Formula | |
G11 | G11 | =IFERROR(VLOOKUP(F11,'https://d.docs.live.net/2af8e22389817ea9/Projects/DOCUMENTS^J QUOTES^J ETC/PRICING WORKBOOK - FEB 2023.xlsx'!Table1[[#All],[ITEM NAME]:[DATE PRICED]],12,FALSE),"") |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
A:S | Expression | =$A1="TOTAL" | text | YES |