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

How do I reverse the order of time series data from the current value being
first and the last value being first with all in between similarly changed?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Reverse Time Series Order

Let's say you have 10 data values in A2:A11
You could place in say, B2:
=INDEX($A$2:$A$11,11-ROWS($1:1))
and copy B2 down to B11 to reverse it.
Adapt to suit.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"russianblue" wrote:
How do I reverse the order of time series data from the current value being
first and the last value being first with all in between similarly changed?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Reverse Time Series Order

Another way:

=INDEX(A$2:A$11,ROWS(A2:A$11))

--
Biff
Microsoft Excel MVP


"Max" wrote in message
...
Let's say you have 10 data values in A2:A11
You could place in say, B2:
=INDEX($A$2:$A$11,11-ROWS($1:1))
and copy B2 down to B11 to reverse it.
Adapt to suit.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"russianblue" wrote:
How do I reverse the order of time series data from the current value
being
first and the last value being first with all in between similarly
changed?



  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Reverse Time Series Order

Dismiss my suggestion, use Biff's much better:
=INDEX(A$2:A$11,ROWS(A2:A$11))


(Haven't had much luck with where to place my "$" recently <g)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default Reverse Time Series Order

Could you just sort the data, as an alternative to using formulas?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"russianblue" wrote in message
...
How do I reverse the order of time series data from the current value
being
first and the last value being first with all in between similarly
changed?



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
How do I reverse name order from Last, First to First Last in Exc Annie Lord Excel Discussion (Misc queries) 4 April 22nd 23 02:10 AM
Reverse chart order Divinite Charts and Charting in Excel 2 May 23rd 07 03:48 PM
Reverse chart order Divinite Charts and Charting in Excel 0 May 22nd 07 07:56 PM
reverse order Lamb Chop Excel Discussion (Misc queries) 2 June 20th 06 03:37 PM
Series order conflicts with line order Cowtoon Charts and Charting in Excel 3 January 15th 06 08:43 PM


All times are GMT +1. The time now is 05:56 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"