Forum Discussion

Ashar2200's avatar
Ashar2200
Copper Contributor
Jan 16, 2023
Solved

IF formula on time duration

Hello Everyone,    I have a column with duration in hh:mm:ss which I need to evaluate on the bases of certain time gaps. I want to add Greater than n hours or less than n hours as text in the adjac...
  • HansVogelaar's avatar
    Jan 16, 2023

    Ashar2200 

    The TIME function returns clock time, so TIME(32,0,0) is equivalent to TIME(8,0,0).

    Use 32/24 instead of TIME(32,0,0)

    (Excel stores times as numbers with 1 day = 24 hours as unit. 32 hours = 32/24 day)

Resources