#1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Data display

I have a set of data, the number of aircrafts sold each month from 1992 till
2007. I want to display them onto a column chart (easy!) but occassionally I
want it to show only the data for each quarter, and not all of them. Whats
the simplest and easiest way of doing that without having to put in quarter
columns and selecting to plot those?

thanks


  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 10,593
Default Data display

One simple way is to have a further column with a formula of

=IF(AND($D$1="x",MOD(MONTH(A1),3)<0),NA(),B1)

and then just chart columns A & C. Normally you get each month, put x in D1,
and only the quarters show.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Gaurav Aidasani" <Gaurav wrote in
message ...
I have a set of data, the number of aircrafts sold each month from 1992
till
2007. I want to display them onto a column chart (easy!) but occassionally
I
want it to show only the data for each quarter, and not all of them. Whats
the simplest and easiest way of doing that without having to put in
quarter
columns and selecting to plot those?

thanks




  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Data display

Thanks for the quick reply. Sorry but I'm lost! My dates are arranged from
cell D3 to GL3 and my numbers from D6 to GL6. what would the formula be now?

"Bob Phillips" wrote:

One simple way is to have a further column with a formula of

=IF(AND($D$1="x",MOD(MONTH(A1),3)<0),NA(),B1)

and then just chart columns A & C. Normally you get each month, put x in D1,
and only the quarters show.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Gaurav Aidasani" <Gaurav wrote in
message ...
I have a set of data, the number of aircrafts sold each month from 1992
till
2007. I want to display them onto a column chart (easy!) but occassionally
I
want it to show only the data for each quarter, and not all of them. Whats
the simplest and easiest way of doing that without having to put in
quarter
columns and selecting to plot those?

thanks





  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 10,593
Default Data display

Guarav,

Put this formula in D7

=IF(AND($D$1="x",MOD(MONTH(D$3),3)<0),NA(),D$6)

and copy across.

Thne change the chart to chart row 3 and row 7 (not 6).

Put x in D1 and see it change.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Gaurav Aidasani" wrote in
message ...
Thanks for the quick reply. Sorry but I'm lost! My dates are arranged from
cell D3 to GL3 and my numbers from D6 to GL6. what would the formula be
now?

"Bob Phillips" wrote:

One simple way is to have a further column with a formula of

=IF(AND($D$1="x",MOD(MONTH(A1),3)<0),NA(),B1)

and then just chart columns A & C. Normally you get each month, put x in
D1,
and only the quarters show.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my
addy)



"Gaurav Aidasani" <Gaurav wrote in
message ...
I have a set of data, the number of aircrafts sold each month from 1992
till
2007. I want to display them onto a column chart (easy!) but
occassionally
I
want it to show only the data for each quarter, and not all of them.
Whats
the simplest and easiest way of doing that without having to put in
quarter
columns and selecting to plot those?

thanks







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
Display Wide Data/Data Next To It FindMyDates.com Excel Discussion (Misc queries) 3 December 13th 07 12:03 AM
Display data DMK Excel Discussion (Misc queries) 1 September 12th 07 09:18 PM
Can I display the actual data in the data field of a pivot chart? Tom Pivot! Excel Discussion (Misc queries) 1 January 12th 06 05:10 PM
Data display Metalteck New Users to Excel 2 April 7th 05 10:06 PM
format cell data to display stacked data dkay10 Excel Discussion (Misc queries) 1 January 17th 05 02:20 AM


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