Forum Discussion

BunnyW's avatar
BunnyW
Copper Contributor
Mar 26, 2022
Solved

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.  
  • Starrysky1988's avatar
    Mar 26, 2022
    You could use iferror function
    =iferror(formula or calculation,0)

Resources