Hi guys,
Once again I am hoping for some help. I have a formula that is working for me, however I have now added another couple of columns and want to adapt it slightly.
The original formula is
=((VALUE(LEFT([Task End Time]@row, FIND(":", [Task End Time]@row) - 1)) + VALUE(RIGHT([Task End Time]@row, 2)) / 60) + ([Task End Date]@row - [Downtime Start Date]@row) * 24) - (VALUE(LEFT([Downtime Start Time]@row, FIND(":", [Downtime Start Time]@row) - 1)) + VALUE(RIGHT([Downtime Start Time]@row, 2)) / 60)
I would like to change it so it ONLY uses
Downtime Start Date
Downtime Start Time
IF they have values
However, IF either of these cells is blank then use
Downtime Start Date from New Job
Downtime Start Time from New Job
Tried messing with IF(ISBLANK) but getting lost on my syntax and even if this is possible.
As ever any assistance is very much appreciated