Forum Discussion

Ding080's avatar
Ding080
Copper Contributor
Aug 09, 2022
Solved

date range calculations

SOLVED G'day, all. I'm needing some help with calculating time between two date/time entries only if another cell in that row is filled, if not, leave blank. Date entry minus Date exit if RESULT col...
  • HansVogelaar's avatar
    HansVogelaar
    Aug 10, 2022

    Ding080

    The formula would have to return a text result:

     

    =IF(AND(W11<>"",W11<>"OPEN"),INT(V11-B11)&":"&TEXT(V11-B11,"hh:mm:ss"),"")

Resources