LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 112
Default Automatically plotting all points for a specific time period

I'm working on a spreadsheet that will automatically plot data that will
continue to grow. The way we have it set up right now is:

- there is a table where the data (hours) are manually entered
- the next table is week-to-date percentages using the following formula:
=IF(ISERROR(AVERAGE(IF(B20:E20<0,B20:E20,""))),"0 .00%",(AVERAGE(IF(B20:E20<0,B20:E20,""))))
- the following table will calculate the month-to-date, quarter-to-date, and
year-to-date information
- all of the cells have a formula in them expecting to automatically return
a value once the weekly data has been entered

My problem is if one of the consultants go on holiday, a 0.00% is listed for
them in that week and is not averaged in to their growing totals on a
month-to-date basis.

How do I make it so that the 0.00%'s are calculated only from the weeks of
06/01/08, 13/01/08, 20/01/08, etc. without it calculating the 0.00% in the
weeks to come?

Additionally, how do I plot the 0.00% on a graph without the others being
used?

For the graph, we have named the XValues and YValues as such:
XValues =OFFSET('Utilization Prototype 020808.xls'!YValues,-1,0)
YValues =OFFSET(Data!$B$16,0,0,1, COUNTIF(Data!$16:$16,"0"))

We entered the Values in the Source Data as ='Utilization Prototype
020808.xls'!YValues, and the Category (x) Axis Labels as ='Utilization
Prototype 020808.xls'!XValues

This works, in theory, but it is not plotting the 0.00%'s from the
subsequent weeks. Any suggestions?
 
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
Not plotting data points in a line chart NameDuJour Charts and Charting in Excel 1 November 1st 07 09:29 AM
Calculating time from a specific paycheck period BobR Excel Worksheet Functions 3 September 23rd 07 02:51 PM
Plotting two data points as one kraway Excel Discussion (Misc queries) 1 March 12th 07 08:38 PM
Query Items Listed During a Specific Time Period DukeDevil Excel Discussion (Misc queries) 0 July 6th 06 08:40 PM
Excel 2003 xy chart - problem plotting more than 330 points ehmcneill Charts and Charting in Excel 1 December 17th 05 12:18 AM


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