Can anyone give me a tip on how to read data from another sheet in transposed reverse order.
Sheet 2 shows what I am trying to achieve.
Thanks in advance
Chambo
Last edited by Martin Chamberlin; 11-05-2011 at 08:32 AM. Reason: Solved
Chambo1160
Hi,
You could use a helper column B. Add '1' to B1 and '2' to B2. Drag B1:B2 down to create a numbered list 1-16.
Now Sort columns A1:B16 using col. B as the key in descending order.
Finally copy A1:A16 and Paste Transpose
Regards
Richard Buttrey
If this was useful then please rate it appropriately.
Click the small star iconat the bottom left of my post.
Try this in "Sheet2" A1
Drag across until a blank cell is returned.=IF(COUNTA(Sheet1!$A:$A)+1-COLUMN(A$1)>0,INDEX(Sheet1!$A:$A,COUNTA(Sheet1!$A:$A)+1-COLUMN(A$1),1),"")
[EDIT]
Original formula was returning an extra value, now corrected.
Last edited by Marcol; 11-05-2011 at 06:43 AM.
If you need any more information, please feel free to ask.
However, if this takes care of your needs, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED. It helps everybody! ....
Also
If you are satisfied by any members response to your problem please consider using the small Star icon botom left of thier post to show your appreciation.
Happy to have helped ...![]()
If you need any more information, please feel free to ask.
However, if this takes care of your needs, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED. It helps everybody! ....
Also
If you are satisfied by any members response to your problem please consider using the small Star icon botom left of thier post to show your appreciation.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks