Variance Report - Need to reflect 0%

J

JDM

Hello! I need my variance number to show 0% even when the formula's answer
is #DIV/0!
 
A

Adilson Soledade

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top