Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello and Help! :-)
I have this formula that works just like I want it to as long as cell b8 is the only empty cell below cell b7. =IF(AND(""=B8,B8=""),SUM(C7:C8),C7) Or It could also be written like this. This seems cleaner and simpler to me. =IF(B8="",SUM(C7:C8),C7) However I need to know if there is a way to make either of the above statements work if there are multiple empty cells below cell b7 when the number of those empty cells is unknown. Keep in mind that the sum range above of C7:C8 also needs to automatically adjust to include the next row(s) down as well. Any help would be greatly appreciated |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2000 - Split Contents of Cell Across Multiple Cells | Excel Discussion (Misc queries) | |||
macro copy/paste data from multiple cells to multiple cells | Excel Discussion (Misc queries) | |||
make multiple cells in 1 worksheet equal multiple cells in another | Excel Worksheet Functions | |||
How do I combine the contents of multiple cells in one cell? | Excel Worksheet Functions | |||
Linking contents of multiple cells to an external object | Excel Discussion (Misc queries) |