View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

B1: 1
B2: =IF(A2=A1,B1+1,1)

and copy down

--
HTH

Bob Phillips

"Breinn" wrote in message
...
I have a table that is like this

1
1
1
2
2
3
3
3
3

I would like it to look like this

1 1
1 2
1 3
2 1
2 2
3 1
3 2
3 3
3 4

any easy formula for that?

TIA