April
How is this series stored: In single cell, in a row or column of cells?
Aladin
I think I have the answer, extract within a cell
I think I have the answer, extract within a cell
It will take a little while..
Aladin:
The numbers are stored in a single column. Thank you for helping.
Gordon, I'm sorry but I do not understand. Thank you for helping.
In that case, your problem is similar to: 19876.html
I'll assume that your numbers are in A from A2 on.
In B2 enter: =CELL("address",A2)
In B3 enter: =IF(OR(ISBLANK(A3),A3=0),COUNT(INDIRECT(B2&":"&CELL("address",A2))),IF(ISNUMBER(B2),CELL("address",A3),B2))
Copy down the last formula as far as needed.
Aladin
Thank you very much, Aladin! It works great.