Help with Date Function

M

mdj0615

I have tried, and I can't figure out if this is possible. I'm trying to have
dates autofill into a row of columns (C5 to V5 to be specific). I don't want
week-end days to be a part of the autofill, and I can't figure out the
formula. Any suggestions?
 
M

Mike H

Hi,

Enter the first date in C5 which must be a weekday then put the formula
below in D5 and drag right

=C5+CHOOSE(WEEKDAY(C5),0,1,1,1,1,3)


--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 
D

Duke Carey

In addition to Mike's suggestion, there is a WORKDAY() function that will
skip holidays that you list in a range and reference in the function.

If you have Excel 2007, you can use WORKDAY() directly. In earlier versions
(I think) you have to go to Tools->Add-ins and make sure the Analysis Toolpak
is checked.
 
R

RagDyeR

You really don't need a formula.
XL has this feature built in!

Enter a date in a cell, and then drag with the *right* mouse button.

When you release the mouse, you're given a number of choices for the fill,
one of them being ""Weekdays".
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

I have tried, and I can't figure out if this is possible. I'm trying to
have
dates autofill into a row of columns (C5 to V5 to be specific). I don't
want
week-end days to be a part of the autofill, and I can't figure out the
formula. Any suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top