PC Review


Reply
Thread Tools Rate Thread

chart only weekdays when data set includes weekends?

 
 
george.coulouris@gmail.com
Guest
Posts: n/a
 
      16th Aug 2005
I've got a simple table of data:

A B
date1 val1
date2 val2
....
dateN valN

I have several hundred data points, including weekends, but I would
only like to chart the weekdays. Is there a straightforward way to do
this?

Regards,
George Coulouris

 
Reply With Quote
 
 
 
 
Debra Dalgleish
Guest
Posts: n/a
 
      17th Aug 2005
Jon Peltier has instructions for conditional charts that you could adapt
to your workbook:

http://www.peltiertech.com/Excel/Cha...html#CondChart

For example, with dates in column A, use the Weekday function to return
dates for Monday to Friday.

=IF(WEEKDAY($A2,2)>=6,NA(),A2)

(E-Mail Removed) wrote:
> I've got a simple table of data:
>
> A B
> date1 val1
> date2 val2
> ...
> dateN valN
>
> I have several hundred data points, including weekends, but I would
> only like to chart the weekdays. Is there a straightforward way to do
> this?
>
> Regards,
> George Coulouris
>



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

 
Reply With Quote
 
george.coulouris@gmail.com
Guest
Posts: n/a
 
      17th Aug 2005
That did the job!

Thanks,
George

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
WEEKENDS VS. WEEKDAYS =?Utf-8?B?VExBbmdlbG8=?= Microsoft Excel Misc 0 10th Jul 2006 06:49 PM
WEEKENDS VS. WEEKDAYS =?Utf-8?B?VExBbmdlbG8=?= Microsoft Excel Misc 7 12th May 2006 05:31 PM
IF statement with Weekends vs. weekdays edwardpestian Microsoft Excel Worksheet Functions 4 7th May 2006 09:13 PM
How do I print weekends the same size as weekdays? =?Utf-8?B?TW8=?= Microsoft Outlook Calendar 1 25th Oct 2005 05:08 AM
counting only weekdays not weekends Joyce Microsoft Access VBA Modules 2 29th Jan 2004 10:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:37 PM.