PC Review


Reply
Thread Tools Rate Thread

Date Function

 
 
DUNNER7
Guest
Posts: n/a
 
      4th Jan 2010
Is it possible to to select row 1 in a spreadsheet and put the workday date
in each column w/o typing in each date individually?

Thanks,
Del Dobbs
 
Reply With Quote
 
 
 
 
Roger Govier
Guest
Posts: n/a
 
      4th Jan 2010
Hi

One way
Enter 04/01/2010 in cell A1
in B1 enter
=IF(WEEKDAY(A1,2)=5,A1+3,A1+1)
and copy across as far as required
--
Regards
Roger Govier

"DUNNER7" <(E-Mail Removed)> wrote in message
news:9664D6BF-3196-44E6-B702-(E-Mail Removed)...
> Is it possible to to select row 1 in a spreadsheet and put the workday
> date
> in each column w/o typing in each date individually?
>
> Thanks,
> Del Dobbs
>
> __________ Information from ESET Smart Security, version of virus
> signature database 4742 (20100104) __________
>
> The message was checked by ESET Smart Security.
>
> http://www.eset.com
>
>
>


__________ Information from ESET Smart Security, version of virus signature database 4742 (20100104) __________

The message was checked by ESET Smart Security.

http://www.eset.com



 
Reply With Quote
 
Mike H
Guest
Posts: n/a
 
      4th Jan 2010
Hi,

You could do it with a macro but how about this instead.

Put your first date in A1 then the formula in b1
=WORKDAY(A1,1)
Drag right

If you get a NAME error then Tools|addins and check the analysys toolpak

or without the ATP put this in b1 and drag right

=A1+1+CHOOSE(WEEKDAY(A1+1,2),0,0,0,0,0,2,1)

Mike

"DUNNER7" wrote:

> Is it possible to to select row 1 in a spreadsheet and put the workday date
> in each column w/o typing in each date individually?
>
> Thanks,
> Del Dobbs

 
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
Function to lookup date on tab in excel and populate date on calen MGC Microsoft Excel Worksheet Functions 0 4th Feb 2010 04:48 AM
Calculating days between current date and a date in future NETWORKDAYS() function Faheem Khan Microsoft Excel Worksheet Functions 2 10th Feb 2005 07:18 PM
Nested IF Function, Date Comparing, and NetworkDays Function =?Utf-8?B?Y2FybA==?= Microsoft Excel Worksheet Functions 2 29th Dec 2004 09:57 PM
Datedif function doesn't work when I use the cell with a date as start date reference Joy Microsoft Excel Worksheet Functions 2 3rd Apr 2004 12:47 AM
Date Function: How to determine number of Saturdays in a date range Dan Picciotto Microsoft Excel Worksheet Functions 0 17th Sep 2003 12:19 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:19 PM.