Dates forward

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

Guest

Hello
I need to caluclate 8 working days (mon-fri) from a date provided in a cell
For example
If I have the date 5/11/04 in one field I want another field to populate with 8 business days before 5/11/04 to equal 4/29/04 etc..
Is there a function or formula to do this? I have read about the working day function but that only give a day of the week representation such as MONDAY or the reverse of what I am looking for

Thanks
Jessica
 
=WORKDAY(Date,8,Holidays)

where Holidays can be a range of cells..

note that you need to have installed ATP

--

Regards,

Peo Sjoblom

Jessica said:
Hello,
I need to caluclate 8 working days (mon-fri) from a date provided in a cell.
For example:
If I have the date 5/11/04 in one field I want another field to populate
with 8 business days before 5/11/04 to equal 4/29/04 etc...
Is there a function or formula to do this? I have read about the working
day function but that only give a day of the week representation such as
MONDAY or the reverse of what I am looking for.
 

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

Similar Threads

Payroll 1
Weekend dates conditional format 3
Sumproduct with variation 1
WeekDay count between dates 13
COUNT BETWEEN A SPECIFIC DATE RANGE 4
show balance 2
Week Number Format 4
Day/Date/Week 3

Back
Top