Thread
:
adding a number to variables
View Single Post
#
1
Breinn
Posts: n/a
adding a number to variables
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
Reply With Quote