pbuk
Science Advisor
Homework Helper
Gold Member
- 4,970
- 3,220
Doesn't seem easy in OpenOffice, I'll give you the entries in row 3, the rest just copy down.pbuk said:Coming up: the formulas to achieve this.
Code:
C3 =MATCH(A3;B$2:B$25;0)
D3 =IF(ISNA(C3);0;MAX(D2:D$2)+1)
E3 =E2+1
F3 =MATCH(E3;D$2:D$25;0)
G3 =IF(ISNA(F3);"";INDEX(A$2:A$25;$F3))