OK, so I have a flow which has various key date milestones which will be calculated from an inception date and I need to capture whether each milestone SLA is hit as it goes through that flow.
For example;
The MileStoneProgress cells contain either 0,1,2 which refers to Submission / InProgress / Completed. When that cell gets changed to a 2 (Completed) it executes a formula similar to today()-B2<10 to test whether it was completed within that particulars milestoneSLA (10days in this example) from the inception date.
Is this easily achievable or am I likely going to need to write some code or perhaps a macro to achieve this?
EDIT, actually I do need to expand on this. I would like to show if MileStoneSLA is past the SLA regardless of whether MileStoneProgress is set to 2 (completed) or not. I just need a means capture whatever the result is once MileStoneProgress is changed to 2 (completed).
Thanks in advance, Paul.
For example;
Code:
Date MileStoneProgress1 MilestoneSLA1 MileStoneProgress2 MilestoneSLA2
25/01/2014
The MileStoneProgress cells contain either 0,1,2 which refers to Submission / InProgress / Completed. When that cell gets changed to a 2 (Completed) it executes a formula similar to today()-B2<10 to test whether it was completed within that particulars milestoneSLA (10days in this example) from the inception date.
Is this easily achievable or am I likely going to need to write some code or perhaps a macro to achieve this?
EDIT, actually I do need to expand on this. I would like to show if MileStoneSLA is past the SLA regardless of whether MileStoneProgress is set to 2 (completed) or not. I just need a means capture whatever the result is once MileStoneProgress is changed to 2 (completed).
Thanks in advance, Paul.
Last edited: