Forum Discussion

John Richards's avatar
John Richards
Copper Contributor
Mar 27, 2018

Help with replacing #DIV/0! error with text

Good morning all   I am currently working on a spreadsheet to show trends in relation to various incidents I deal with at work. I am looking to track changes in the number of incidents along with...
  • SergeiBaklan's avatar
    SergeiBaklan
    Mar 27, 2018

    John,

    =IFERROR(IF(H4<>"",(H4-G4)/G4,""),"N/A")

    or

    =IF(G4=0,"N/A", IF(H4<>"",(H4-G4)/G4,""))

     

     

     

Resources