Forum Discussion

hertzya's avatar
hertzya
Copper Contributor
Nov 05, 2022
Solved

#DIV/0! error when data is blank

Im trying to build a spreadsheet on data obtained from patients. I would like to express as a percentage of data captured.  I have already set the constants to numbers only, but when I clear a cell (...
  • OliverScheurich's avatar
    Nov 05, 2022

    hertzya 

    =IFERROR(SUM(C5,D5,F5)/B5,"")

    You can wrap the formula in IFERROR.

     

Resources