how do I flip the data so my chart shows in chronological order?

  • Thread starter Thread starter noname
  • Start date Start date
N

noname

column A=12/2005
B=11/2005
C=10/2005
etc.

How do I flip the raw data around so that my graph shows in
chronological order?
Thanks!
 
Perhaps a simple, quick way ..
Insert 2 new cols D & E (if necessary)
Put in D1: =IF(A1="","",A1)
Copy D1 to E1, fill down
Then re-plot* the graph on cols C to E (instead of A to C)
*or re-point the existing source at cols C to E
 
Oops, correction ..

Lines
Put in D1: =IF(A1="","",A1)
Copy D1 to E1, fill down

should read as:

Put in D1: =IF(B1="","",B1)
Put in E1: =IF(A1="","",A1)
Select D1:E1, fill down

---
 
Hi,

If you only want the chart in the correct order then,
double click the axis and on the Scale tab tick both
Categories in reverse order.
Value (Y) axis crosses at maximum.

Cheers
Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top