useractive
Programmer
Lets's say I have a list of data listed like this starting in Column A, Row 2, then Row 3, Row 4, etc. all in Column A
1
2
3
3
3
4
4
5
6
6
Now I want to Have a formula in Column B, First row that looks at Column A and pulls the Number from there (1 for example). Then I copy over the formula to Column C, Row 1 so it looks at the next number down the Column (2). I want this to continue along across Row 1, for every column I put the forumla into it. The catch to all this (if it's not already difficult) I don't want it to duplicate numbers.
I'd like it too look like this.
1 2 3 4 5 6
1
2
3
3
3
4
4
5
6
6
Is this possible? Or would I need to break out the information first from Column A (If statement and such so that it shows a 1 first, and then a 0 for each duplicate of that value). Any help would be greatly appreciated.
Thanks,
Swish
1
2
3
3
3
4
4
5
6
6
Now I want to Have a formula in Column B, First row that looks at Column A and pulls the Number from there (1 for example). Then I copy over the formula to Column C, Row 1 so it looks at the next number down the Column (2). I want this to continue along across Row 1, for every column I put the forumla into it. The catch to all this (if it's not already difficult) I don't want it to duplicate numbers.
I'd like it too look like this.
1 2 3 4 5 6
1
2
3
3
3
4
4
5
6
6
Is this possible? Or would I need to break out the information first from Column A (If statement and such so that it shows a 1 first, and then a 0 for each duplicate of that value). Any help would be greatly appreciated.
Thanks,
Swish