Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I need formula in column M to count number of blank cells in column L since
the last entry Sheet looks like this: L2 1 M2 L3 M3 L4 M4 L5 M5 L6 1 M6 3 L7 1 M7 0 L8 M8 L9 1 M9 1 Thank you Luke |
#2
![]() |
|||
|
|||
![]()
Luke,
try typing =IF(L2<"",COUNTBLANK($L$2:L2),"") at Cell M2 and =IF(L3<"",COUNTBLANK($L$2:L3)-SUM($M$2:M2),"") at Cell M3. Expand the formula of M3 at all remianing rows below it. You can change the "" with "n.a.", 0 (zero) etc. if you don't want blank cells. Hoping that this is what you were looking for. "Luke" wrote: I need formula in column M to count number of blank cells in column L since the last entry Sheet looks like this: L2 1 M2 L3 M3 L4 M4 L5 M5 L6 1 M6 3 L7 1 M7 0 L8 M8 L9 1 M9 1 Thank you Luke |
#3
![]() |
|||
|
|||
![]()
Try...
M3, copied down: =IF(L3<"",COUNTBLANK(INDEX($L$2:L2,MATCH(9.999999 99999999E+307,$L$2:L2)) :L3),"") Hope this helps! In article , "Luke" wrote: I need formula in column M to count number of blank cells in column L since the last entry Sheet looks like this: L2 1 M2 L3 M3 L4 M4 L5 M5 L6 1 M6 3 L7 1 M7 0 L8 M8 L9 1 M9 1 Thank you Luke |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to count cells not blanK | Excel Worksheet Functions | |||
removing blank cells from a column | Excel Discussion (Misc queries) | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
COUNT NON-BLANK CELLS WITH REFERENCE TO ANOTHER COLUMN | Excel Worksheet Functions | |||
Blank Cells in Pivot Tables | Excel Discussion (Misc queries) |