Date formula excluding 1 day

  • Thread starter Thread starter art
  • Start date Start date
A

art

Hello:

I'm looking for a formula that would reflect the following:
saterday - thursday.
Should only reflect days from above but skip
friday when drag/drop through the column.
 
Hi,

Put your start date in (say) A1 and this in A2 and drag down

=IF(WEEKDAY(A1)+1<>5,A1+1,A1+2)

Mike
 
Thanks, just needed to change one small part,
=IF(WEEKDAY(A1,2)+1<>5,A1+1,A1+2) otherwise it would skip thursdays not
fridays. Thanks anyways.
 

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