Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 77
Default paste in Reverse Order

hi community

in Excel we can paste a copied of data in a transpose manner by using the
Paste Special dialog box, that is, from a Vertical column into a Horizontal
row and vice versa,

is there a way for me to Paste a copied data in a reverse order,

example:

if say, I have a data written as 1, 2, 3, 4, 5
and
wanted to paste in reverse order...5, 4, 3, 2, 1
can I do it in reverse order ?

thanks community for the help and info

--
oldLearner57
  #2   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default paste in Reverse Order

One way, if your data was in C15:C18

=INDEX(C$15:C$18,ROWS(C$15:C$18)-ROWS(C$15:C15)+1)

then copy the formula down and over as far as needed, copy, paste
special-values. If your data was in a single row, change Rows to Columns.


"tikchye_oldLearner57" wrote:

hi community

in Excel we can paste a copied of data in a transpose manner by using the
Paste Special dialog box, that is, from a Vertical column into a Horizontal
row and vice versa,

is there a way for me to Paste a copied data in a reverse order,

example:

if say, I have a data written as 1, 2, 3, 4, 5
and
wanted to paste in reverse order...5, 4, 3, 2, 1
can I do it in reverse order ?

thanks community for the help and info

--
oldLearner57

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default paste in Reverse Order

You need a helper column

e.g. A1:A5 you have your data, 1, 5, 2, 9, 5...

in B1:B5 you put 1, 2,3, 4, 5

Then sort it reversely with column B you will have Column A reversed.




"tikchye_oldLearner57" wrote
in message ...
hi community

in Excel we can paste a copied of data in a transpose manner by using the
Paste Special dialog box, that is, from a Vertical column into a

Horizontal
row and vice versa,

is there a way for me to Paste a copied data in a reverse order,

example:

if say, I have a data written as 1, 2, 3, 4, 5
and
wanted to paste in reverse order...5, 4, 3, 2, 1
can I do it in reverse order ?

thanks community for the help and info

--
oldLearner57



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 390
Default paste in Reverse Order

In , Lamb Chop
spake thusly:

You need a helper column

e.g. A1:A5 you have your data, 1, 5, 2, 9, 5...

in B1:B5 you put 1, 2,3, 4, 5

Then sort it reversely with column B you will have Column A reversed.


Or he could download and use the FunCustomize UDF collection by Laurent
Longre, available he http://xcell05.free.fr/

One of the functions in the FunCustomize set is called REVERSE
and does just what the OP wants.

(while you're there, pick up the MOREFUNC tools, as well.)

Dallman Ross

-----------------

"tikchye_oldLearner57" wrote
in message ...
hi community

in Excel we can paste a copied of data in a transpose manner by using the
Paste Special dialog box, that is, from a Vertical column into a

Horizontal
row and vice versa,

is there a way for me to Paste a copied data in a reverse order,

example:

if say, I have a data written as 1, 2, 3, 4, 5
and
wanted to paste in reverse order...5, 4, 3, 2, 1
can I do it in reverse order ?

thanks community for the help and info

--
oldLearner57

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
Reverse order of numbers in a column rcc Excel Discussion (Misc queries) 1 July 10th 06 06:15 PM
Reverse column order with a macro [email protected] Excel Discussion (Misc queries) 3 June 1st 06 10:39 PM
Printing in reverse order Bryan Excel Discussion (Misc queries) 3 June 22nd 05 05:30 PM
How 2 reverse order of columns Bill Meacham Excel Discussion (Misc queries) 3 February 20th 05 03:29 AM
I typed a column in reverse order, how do I flip it (upside down). kpcane Charts and Charting in Excel 1 January 3rd 05 12:25 AM


All times are GMT +1. The time now is 03:54 AM.

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

About Us

"It's about Microsoft Excel"