Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a file like below
sub-total jan 10 20 30 <== how to creat a formula to sum data between blank row ? feb 30 10 10 50 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming your data starts on row 2, allowing for headers, put this in
C2: =IF(AND(B3="",B2<""),SUM(B$2:B2)-SUM(C$1:C1),"") and copy down as far as needed. Hope this helps. Pete On Nov 27, 7:10*am, eva cheng <eva wrote: I have a file like below * * * * * * * * * *sub-total jan * * *10 * * * * * * * * *20 * * * 30 * * * * *<== how to creat a formula to sum data between * * * * * * * * * * * * * * * * * * * * * *blank row ? feb * * *30 * * * * * *10 * * * * * *10 * * * * 50 * * * * * * |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
finding is a value is betwen a range of values | Excel Discussion (Misc queries) | |||
Calculate number of codes betwen dates | Excel Worksheet Functions | |||
area betwen 2 graphs | Charts and Charting in Excel | |||
Determine years betwen 2 dates | Excel Worksheet Functions | |||
Working betwen excel and acces | Excel Discussion (Misc queries) |