Subtract working days

  • Thread starter Thread starter teeb
  • Start date Start date
T

teeb

I'm tring to calculate todays date and subtract a number of working days
and have the answer in date format.

A1 = 02 November 05
B1 = 5
C1 = Would result in 27 October 05




Any help would be appreciated
 
teeb said:
I'm tring to calculate todays date and subtract a number of working day
and have the answer in date format.

A1 = 02 November 05
B1 = 5
C1 = Would result in 27 October 05




Any help would be appreciated

Hi teeb

In A1 you could use =TODAY()

In C1 put ---> =WORKDAY(A1,-A2+1
 

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