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. [TABLE="align: center"]
<tbody>[TR]
[TD]Type of report[/TD]
[TD]RPED[/TD]
[TD]DOA[/TD]
[TD]Due Date [/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]08/03/2015[/TD]
[TD]12/03/2014[/TD]
[TD]09/17/2015[/TD]
[/TR]
[TR]
[TD]Q[/TD]
[TD]10/09/2015[/TD]
[TD]10/01/2015[/TD]
[TD]10/23/2015[/TD]
[/TR]
[TR]
[TD]E[/TD]
[TD]n/a[/TD]
[TD]10/09/2015[/TD]
[TD]10/20/2015[/TD]
[/TR]
</tbody>[/TABLE]
Many thanks!
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. [TABLE="align: center"]
<tbody>[TR]
[TD]Type of report[/TD]
[TD]RPED[/TD]
[TD]DOA[/TD]
[TD]Due Date [/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]08/03/2015[/TD]
[TD]12/03/2014[/TD]
[TD]09/17/2015[/TD]
[/TR]
[TR]
[TD]Q[/TD]
[TD]10/09/2015[/TD]
[TD]10/01/2015[/TD]
[TD]10/23/2015[/TD]
[/TR]
[TR]
[TD]E[/TD]
[TD]n/a[/TD]
[TD]10/09/2015[/TD]
[TD]10/20/2015[/TD]
[/TR]
</tbody>[/TABLE]
Many thanks!