Still a bit unclear where you are heading. Are you trying to determine
the row of the last numeric value?
Dan wrote:
In the example the # of blanks is 4 but the cell, in the example cell7, is
not known. The information entered is random within a column. For example,
cells A1=3, A2=75, A75=2.
I will not know the content of the cell nor the position is was entered. I
need to count the blanks between unknown cells in order to determine where
the next cell with data is. From the above example, we see A2 then A75 but in
the application I will not know the next value will be in olocation A76 or
A350.
Ho do I count the blanks, or be able to jump to the next cell with data and
take the difference?
Thanks
Dan
"daddylonglegs" wrote:
Isn't the number of blanks between 2 and 7 four?
Assuming your cell 1 is A1
B1 should be blank
In B2 copied down use this formula
=IF(A2="","",COUNTIF(A$1:A2,"")-SUM(B$1:B1))
--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=516708