Forum Discussion
DEOL48
Jun 05, 2022Copper Contributor
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
- Jun 05, 2022
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.
Detlef_Lewin
Jun 05, 2022Silver Contributor
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.
- DEOL48Jun 06, 2022Copper Contributor
Detlef_Lewin yes, this has been worked , but SUM still not working if I select them sum shows on bottom .
- SergeiBaklanJun 06, 2022Diamond Contributor
- DEOL48Jun 06, 2022Copper ContributorIt’s worked. Thanks 🙏