98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel Training and help » Working days
Working days
Resolved · Low Priority · Version 2007
Ania has attended:
Excel Intermediate course
Excel Intermediate course
Working days
How can I work out how many weekdays from now to a given date in the future?
RE: Working days
Hi Ania,
Thank you for your question.
To calculate the number of weekdays between two dates you need to use the NETWORKDAYS function (don't think of it as Network Days but rather as Net Workdays.)
Start date is in cell A2
End date is in cell B2
Number of Workdays formula in cell C3
=NETWORKDAYS(A2,B2)
I hope this resolves your question. If it has, please mark this question as resolved.
If you require further assistance, please reply to this post.
Regards,
Nafeesa
Microsoft Office Specialist Trainer
Will be marked as resolved in 5 days
Notice: This is an automated message. Due to inactivity, this forum post will be marked as 'resolved' if there are no further responses in the next 5 days.
RE: Working days
thanks Nafeesa
Does this work on excel 2003 - i seem to be having trouble...
ania
RE: Working days
Hi Ania
This should also work in Excel 2003...
So an example would be....
In cell A2, the start date 16/12/10
In cell B2 the end date 25/12/10
In cell C2 the formula =NETWORKDAYS(A2,B2)
After pressing Enter you should get the number of working days between your start date & end date.
If you're still experiencing any issues with this function, do let me know.
Regards,
Nafeesa
Microsoft Office Specialist Trainer
Will be marked as resolved in 5 days
Notice: This is an automated message. Due to inactivity, this forum post will be marked as 'resolved' if there are no further responses in the next 5 days.
Thu 23 Dec 2010: Automatically marked as resolved.
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Calculate difference between two timesFor presenting the result in the standard time format (hours : minutes : seconds . Use the subtraction operator (-) to find the difference between times, and the TEXT function to format the returned value to text in a specific number format. |