I have an excel with 4 column.
1. Request received date
2. Request received time
3. Completion date
4. Completion time
For every urgent request completion time is 5 hours.
We will have to focus on those urgent request which we receive between 9am to 6pm.
So I have to calculate time taken to complete any urgent request which we receive taking the four points mentioned above.
Need help in understanding how that can be done.
Solved! Go to Solution.
Hi @Pushkar92
Here is how you can do it.
Formula:
DateTimeDiff(
[Request Completion Date]+" "+[Request Completion Time],
[Request Received Date]+" "+[Request Received Time],
"minutes")/60
Workflow:
Hope this helps : )
Hi @Pushkar92
I took a 2nd try to get the decimal in the minutes system.
Workflow:
Hope this helps : )
Hi @Pushkar92
Got it only 9am - 6pm duration should be considered if the completion date is not the same then 6pm-9am(15hrs) duration should not be considered.
Workflow:
Hope this helps : )
This is great. Thank you so much.
Please help me with formula used here.
Hi @Pushkar92
I have attached the updated workflow in the previous post. Attaching again for reference.
Guess you found it 🙂
Hi,
I am sorry. I have having trouble with opening .yxmd file.
Can u please paste the formula manually in here.
User | Count |
---|---|
19 | |
15 | |
13 | |
9 | |
8 |