#1   Report Post  
Posted to microsoft.public.excel.programming
Tim Tim is offline
external usenet poster
 
Posts: 408
Default Flip Cells

Wondering how to take info in a number of rows and flip the rows so that row
100 is now row 1 and row 1 has row 100s information. Not sure if a macro
would be better (don't know the code) or is there a simple excel function
that does this.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default Flip Cells

Simplist way would be


Insert a column to the left of your list.
in the first cell of the column put the number 1
In the second cell put the number 2
drag this dow for all 100 rows

do a sort on the new list (including the new column) and sort on the first
column descending.



"Tim" wrote:

Wondering how to take info in a number of rows and flip the rows so that row
100 is now row 1 and row 1 has row 100s information. Not sure if a macro
would be better (don't know the code) or is there a simple excel function
that does this.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Flip Cells

Hi
in a helper cell in B1 enter the formula
=OFFSET($A$100,-(ROW()-1),0)
and copy this down
Afterwards copy this column and use 'Edit - Paste Special - Values' to
remove the formulas

--
Regards
Frank Kabel
Frankfurt, Germany
"Tim" schrieb im Newsbeitrag
...
Wondering how to take info in a number of rows and flip the rows so that
row
100 is now row 1 and row 1 has row 100s information. Not sure if a macro
would be better (don't know the code) or is there a simple excel function
that does this.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003: Transpose (flip, swap, rotate) rows and cells. BJ Martens Excel Worksheet Functions 0 January 22nd 11 06:00 PM
Can I flip a symbol? tjsmags Excel Discussion (Misc queries) 1 March 22nd 10 08:06 AM
flip table googooli Excel Discussion (Misc queries) 3 October 17th 08 04:24 AM
how do you flip a table around? Caroline Excel Worksheet Functions 1 March 11th 08 06:13 PM
hOW DO i FLIP THE X AND Y AXIS keen learner Charts and Charting in Excel 1 February 10th 06 07:11 PM


All times are GMT +1. The time now is 07:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"