dik
Structural
- Apr 13, 2001
- 26,055
I'm trying to create a column of sequential numbers up to a maximum defined number.
For example the maximum number is at C27 (say '8')
and I want
1 in B37
2
3
4
5
6
7
8
I've tried several variations of the following, in B38 to B68, without success...
=IF(AND(ISNUMBER(B37),B38<=$C$27),B37+1,"")
Does anyone have something that will do this?
Dik
For example the maximum number is at C27 (say '8')
and I want
1 in B37
2
3
4
5
6
7
8
I've tried several variations of the following, in B38 to B68, without success...
=IF(AND(ISNUMBER(B37),B38<=$C$27),B37+1,"")
Does anyone have something that will do this?
Dik