P
Potsy
hi just wondering if someone can help with the following nested ISERR
formula. I want to be able to show in J3 that if the value in G3 is
"0" then show as "-100%" OR if the value is "NULL" then show as "0"
but if the value is >0 then I3/G3*100
it is working to a degree but if value in G3 is NULL then still shows
as -100% I want it to show as 0% if NULL and -100% if 0 - hope it
makes sense....
currently have following in J3
=IF(ISERR(I3/G3),-100,I3/G3*100)
G3 = Order
I3 = Profit
thanks in advance
formula. I want to be able to show in J3 that if the value in G3 is
"0" then show as "-100%" OR if the value is "NULL" then show as "0"
but if the value is >0 then I3/G3*100
it is working to a degree but if value in G3 is NULL then still shows
as -100% I want it to show as 0% if NULL and -100% if 0 - hope it
makes sense....
currently have following in J3
=IF(ISERR(I3/G3),-100,I3/G3*100)
G3 = Order
I3 = Profit
thanks in advance