Thread
:
need help with formula for a newbie excel guy
View Single Post
#
3
Posted to microsoft.public.excel.newusers
Bondi
Posts: n/a
need help with formula for a newbie excel guy
Hi Ben,
You can use something like this to see if either cell is zero:
=IF(OR(C14=0,D14=0),"N/A",D14/C14-1)
Regards,
Bondi
Reply With Quote