adding a number to variables

B

Breinn

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
 
Top