Complicated excel formula needed in date format

nitaisorganized

New Member
Joined
Oct 11, 2015
Messages
3
Please help with me with calculating the formula for the due date column:

I need to calculate the due date for 3 different types reports with varying timelines and dependencies. Each due dates must fall on business days but is calculated based on calendar days from pre-defined start dates (if due date falls on a weekend, the formula must auto- select for the previous Friday).
The three types of reports (A, Q, E) will be entered under column "Type of Report"
the two types of start dates (RPED, DOA) will be entered in two different columns "RPED" "DOA".
Report A is due 45 calendar days from its RPED
Report Q is due 15 calendar days from its RPED
Report E is due 11 calendar days from its DOA

eg.
Type of reportRPEDDOADue Date
A08/03/201512/03/201409/17/2015
Q10/09/201510/01/201510/23/2015
En/a10/09/201510/20/2015

<tbody>
</tbody>

Many thanks!
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
I think your due date for the Q report is off by one day.

Copy the formula in D2 down.
Excel Workbook
ABCD
1Type of reportRPEDDOADue Date
2A8/3/201512/3/20149/17/2015
3Q10/9/201510/1/201510/24/2015
4En/a10/9/201510/20/2015
Sheet10
 
Upvote 0
I think your due date for the Q report is off by one day.-

Copy the formula in D2 down.
Sheet10

*ABCD
1Type of reportRPEDDOADue Date
2A8/3/201512/3/20149/17/2015
3Q10/9/201510/1/201510/24/2015
4En/a10/9/201510/20/2015

<colgroup><col style="font-weight:bold; width:30px; "><col style="width:96px;"><col style="width:68px;"><col style="width:68px;"><col style="width:75px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
D2=IF(A2="A",B2+45,IF(A2="Q",B2+15,C2+11))

<tbody>
</tbody>

<tbody>
</tbody>

Excel tables to the web >> Excel Jeanie HTML 4
Dear Joe, Thank you for the response. I believe that the due date is correct on my sheet because the due date fell on a weekend, it was corrected to the friday before. (All saturday and sunday due dates will need to be autocorrected to Friday). Please re-advise.
 
Upvote 0
If due date falls on Sat or Sun, the formula should correct to Friday. Please let me know.
Sorry, I read your request too quickly and missed the weekend shift to Friday part.
Try this:
Excel Workbook
ABCD
1Type of reportRPEDDOADue Date
2A8/3/201512/3/20149/17/2015
3Q10/9/201510/1/201510/23/2015
4En/a10/9/201510/20/2015
Sheet6
 
Upvote 0

Forum statistics

Threads
1,214,634
Messages
6,120,659
Members
448,975
Latest member
sweeberry

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top