» Calculating a Project's End Date
CATEGORY - Excel Date & Time Formulas
VERSION - All Microsoft Excel Versions
Columns A & B contain the start date of various projects and the number of hours required for each project's completion.
We want to calculate each project's end date, based on the number of required hours, a specified number of daily working hours (cell C2), and the assumption that work is only done on weekdays.
Solution:
Use the WORKDAY and ROUNDUP functions as shown in the following formula:
=WORKDAY(A2,ROUNDUP(B2/$C$2,0))
Book Store:
Recommended Books:
- Writing Excel Macros with VBA, 2nd Edition
- Marketing Management
- Advanced modelling in finance using Excel and VBA
- Managing by the Numbers: A Commonsense Guide to Understanding and Using Your Company's Financials: An Essential Resource for Growing Businesses
- Real Estate Loopholes: Secrets of Successful Real Estate Investing
- Microsoft Outlook Version 2002 Step by Step (With CD-ROM)
No comments have been submitted.


