Last 12 months chart

M

mccall213

I have a whole lot of charts that feed off of data that is broken down into
regions in the rows and months going across the top of columns. every thing
i found so far on dynamic charts works with date ranges going down a column,
not across. How do i get it to work the way my data is set up.
 
K

Kelly O'Day

Mccal213:

Have you considered transposing your source data? Dates in rows is the
convention because you have thousands of possible rows and only 256 columns.

You can select your data, copy and transpose with paste special. try it on a
copy sheet to see if you can live with the more standard approach.

If not, then you will need to adjust the offset formulas that are used in
dynamic chart range names.

...Kelly
 
M

mccall213

thanks

Kelly O'Day said:
Mccal213:

Have you considered transposing your source data? Dates in rows is the
convention because you have thousands of possible rows and only 256 columns.

You can select your data, copy and transpose with paste special. try it on a
copy sheet to see if you can live with the more standard approach.

If not, then you will need to adjust the offset formulas that are used in
dynamic chart range names.

...Kelly
 
T

Tushar Mehta

mccall213 said:
I have a whole lot of charts that feed off of data that is broken down into
regions in the rows and months going across the top of columns. every thing
i found so far on dynamic charts works with date ranges going down a column,
not across. How do i get it to work the way my data is set up.
Kelly's suggestion is on the mark. But, if you must keep columns, just
adjust the OFFSET formula (assuming that's what you are using) to refer to
starting column and number of columns rather than starting row and number of
rows. For how, check XL help for the OFFSET function.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 

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

Top