G
Guest
Is there a flag/setting/function that will supress (or default) the value of
#error when calculating two values
example
Working out a percentage (thanks to help from here) you can pass two values
as follows
(([First Value]-[Second Value])/[First Value])*100
However if both values are 0 you get #error
Jai
#error when calculating two values
example
Working out a percentage (thanks to help from here) you can pass two values
as follows
(([First Value]-[Second Value])/[First Value])*100
However if both values are 0 you get #error
Jai