Hello!
I have a workflow that generates an email with timestamps by warehouse and ship method (example below).
What I need is a way to generate a time difference, so, for example, the difference between the timestamp between two stamps in the DC1 column, two in DC2, etc.
My end goal is to light the column up in red if the time stamps are too close together, say, within 4 minutes of each other.
I don't know where to begin with this. I'm good on creating colors for a column based on a value, but I'm struggling with how to get the time differences for each column's two chosen timestamps.
Thanks in advance!
| Carrier | DC1 | DC2 | DC3 |
| FEDEX (EXPEDITED) | | | |
| FEDEX (EXPEDITED) | 8/3/2018 18:01 | | |
| FEDEX (EXPEDITED) | | | |
| FEDEX (EXPEDITED) | 8/3/2018 18:56 | | 8/3/2018 18:32 |
| FEDEX (EXPEDITED) | | | |
| FEDEX (EXPEDITED) | | 8/3/2018 21:33 | |
| FEDEX (EXPEDITED) | | | |
| FEDEX GROUND | | | 8/3/2018 20:19 |
| FEDEX GROUND | | 8/3/2018 21:34 | |
| FEDEX GROUND | | | |
| FEDEX GROUND | 8/3/2018 22:40 | | |
| FEDEX GROUND | | | |