Forum Discussion
BunnyW
Mar 26, 2022Copper Contributor
can I NOT display or replace with "0"if calc result "DIV/0!" so a SUM can be used on the row?
see title. thank you.
- Mar 26, 2022You could use iferror function
=iferror(formula or calculation,0)
Starrysky1988
Mar 26, 2022Iron Contributor
You could use iferror function
=iferror(formula or calculation,0)
=iferror(formula or calculation,0)
BunnyW
Apr 02, 2022Copper Contributor
Starrysky1988 Thank You. Thats one I never used before.