Variance Report - Need to reflect 0%

  • Thread starter Thread starter JDM
  • Start date Start date
If your data is the range A1:A100, you could use this:
=IF(ISERROR(VAR(A1:A100)),0,VAR(A1:A100))
To show the % sign just change the cell format.
 
Back
Top