Forum Discussion

DEOL48's avatar
DEOL48
Copper Contributor
Jun 05, 2022
Solved

Nested IF formula column’s SUM problem

 Hi there , I have a column with Nested IF formula and I need to sum of column and sum is showing 00:00 with SUM formula. Can anyone solve this error 
  • Detlef_Lewin's avatar
    Jun 05, 2022

    DEOL48 

    You use "10:00" in your formula. That is text. And SUM() ignores text.

    Either convert with TIMEVALUE() or double-negative or use TIME() or 10/24.

Resources