F
F J
Hi, I need help with a formula. My data looks like this:
Column A Column B
1 3
2 7
3 5
4 8
5 1
6
7
8
9
10
And I need it to end up like this:
Column A Column B
1 1
2
3 3
4
5 5
6
7 7
8 8
9
10
So, in other words, the numbers in Column B need to end up in the same
row as their corresponding numbers in Column A. To do it manually
will take forever as the real data is thousands of rows long. Can
this be done with an INDEX/MATCH formula of some kind? I’ve tried a
few different things on my own but I clearly don’t know what I’m
doing. Any help would be greatly appreciated.
Column A Column B
1 3
2 7
3 5
4 8
5 1
6
7
8
9
10
And I need it to end up like this:
Column A Column B
1 1
2
3 3
4
5 5
6
7 7
8 8
9
10
So, in other words, the numbers in Column B need to end up in the same
row as their corresponding numbers in Column A. To do it manually
will take forever as the real data is thousands of rows long. Can
this be done with an INDEX/MATCH formula of some kind? I’ve tried a
few different things on my own but I clearly don’t know what I’m
doing. Any help would be greatly appreciated.