A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Graphing daily data



 
 
Thread Tools Display Modes
  #1  
Old September 30th, 2008, 07:04 PM posted to microsoft.public.excel.charting
Fozzie
external usenet poster
 
Posts: 1
Default Graphing daily data

I am trying to graph daily data for a month in Excel 2007 that groups like
days (Saturdays, Sundays, etc) in the same series, while still showing
individual values and dates. Any ideas on how to accomplish this?
  #2  
Old September 30th, 2008, 09:09 PM posted to microsoft.public.excel.charting
David Biddulph
external usenet poster
 
Posts: 8,714
Default Graphing daily data

Use your worksheet to pull the relevant data together into a series. Do the
data manipulation in your worksheet, then the chart plots the series which
you have generated in the worksheet.
--
David Biddulph

"Fozzie" wrote in message
...
I am trying to graph daily data for a month in Excel 2007 that groups like
days (Saturdays, Sundays, etc) in the same series, while still showing
individual values and dates. Any ideas on how to accomplish this?



  #3  
Old September 30th, 2008, 10:05 PM posted to microsoft.public.excel.charting
ShaneDevenshire
external usenet poster
 
Posts: 2,232
Default Graphing daily data

Hi,

The secret is, as David pointed out, organizing the data in the spreadsheet,
but how do you do that:

Suppose you data is in the range A1:B100, with dates in column A in the
9/21/2008 format.

1 In cell E1 enter any date - if you want to start the dates with Sunday
enter 10/5/08 or any Sunday, if you want to start with Monday enter 10/6/08.
2. Drag the fill handle down to row 7 - that will give you 7 consecutive dates
3. Highlight these cell and choose Format, Cells, Number tab, Custom and
enter the code DDD or DDDD in the Type box.
4. In cell F1 enter the following formula and copy it down to row 7:
=SUMPRODUCT(--(WEEKDAY($A$2:$A$100)=WEEKDAY(E1)))

Plot E1:F7 with column E as your category axis.

--
Thanks,
Shane Devenshire


"Fozzie" wrote:

I am trying to graph daily data for a month in Excel 2007 that groups like
days (Saturdays, Sundays, etc) in the same series, while still showing
individual values and dates. Any ideas on how to accomplish this?

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:36 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.