Hi All,
How to convert #DIV/0 to 0?
when i calculate variance% it givers #DIV/0 where (A-B)/B=(0-0)/0
Thanks in advance.
nickie (BOB member since 2010-02-16)
Hi All,
How to convert #DIV/0 to 0?
when i calculate variance% it givers #DIV/0 where (A-B)/B=(0-0)/0
Thanks in advance.
nickie (BOB member since 2010-02-16)
Hi,
Instead of (A-B)/B use:
=If <B><>0 Then (<A>-<B>)/<B> Else 0
Marek Chladny (BOB member since 2003-11-27)
That Works Thanks A lot…!!!
nickie (BOB member since 2010-02-16)