How to jump date?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I entered a date in A1 and dragged it, due to dragging it increase at the
interval of one. I want to jump my date two times at the end of the week.
Simply I want to jump my weekly off and want only working days by dragging
it. Please help.

Regards

Akhilesh Dalia
akhileshdalia<at>hotmail<dot>com
 
You could put a date in A1, then in B1 add

=A1+1+(WEEKDAY(A1)=6)*2

then drag that formula down

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Hi Bob,

You have provided a great help! It works fantastic....

Thanks a lot!!

Regards
Akhilesh Dalia
akhileshdalia<at>hotmail<dot>com
 
If you want to do the same thing without writing an expression, you can
simply use the Fill command as follows:

1) Enter a start date and select that cell plus as many additional cells as
necessary,

2) Go to Edit>Fill>Series and select Weekday from the right column (labeled
Date unit).

Hope this is useful |:>)
 
Hi,
Your suggestion is very good. It jumps from Friday to Monday (Skipping
Saturday and Sunday). But when I want to jump from Saturday to Monday (Skip
only Sunday) the earlier solution of Bob is helpful, cause you can customize
that formula.

Any way it's nice to support me.

Regards

Akhilesh Dalia
akhileshdalia<at>hotmail<dot>com
 

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

Back
Top