J
Jakobshavn Isbrae
I need to invert the data in a column. The column is a mixture of text
numbers and blanks. Here is a small example in col A
a1:
a2: ssn
a3: 123
a4: 45
a5: 6789
a6:
a7:
a8: tel
a9: 189xx
a10: 276xx
What I need in col B
b1: 276xx
b2: 189xx
b3: tel
b4:
b5:
b6: 6789
b7: 45
b8: 123
b9: ssn
b10:
I am now doing this manually by first copying col A to col B, and then I put
in a col of numbers like 1,2,3,4,…, and then I sort by this new col in
descending order.
I have to repeat this every time col A is changed.
Is there a formula I can put in col B which could figure out where the last
col A value is and to automatically do this for me?
Thanks in advance for any help.
numbers and blanks. Here is a small example in col A
a1:
a2: ssn
a3: 123
a4: 45
a5: 6789
a6:
a7:
a8: tel
a9: 189xx
a10: 276xx
What I need in col B
b1: 276xx
b2: 189xx
b3: tel
b4:
b5:
b6: 6789
b7: 45
b8: 123
b9: ssn
b10:
I am now doing this manually by first copying col A to col B, and then I put
in a col of numbers like 1,2,3,4,…, and then I sort by this new col in
descending order.
I have to repeat this every time col A is changed.
Is there a formula I can put in col B which could figure out where the last
col A value is and to automatically do this for me?
Thanks in advance for any help.