Remove #DIV/0!

Solved/Closed
sam - Jul 9, 2012 at 03:56 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jul 12, 2012 at 09:32 AM
Hello,

I have below formula in a database and when "F" column is 0 it shows above. is there any ways that i can set this formula without appearing above

=IF(F4=10,(H4+(H5/F4)),H4+(H5/F4))/121*35

Thank and pls help

1 response

TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 552
Jul 10, 2012 at 10:39 AM
Hi Sam,

Try the following:
=IF(ISERROR(IF(F4=10,(H4+(H5/F4)),H4+(H5/F4))/121*35),"",IF(F4=10,(H4+(H5/F4)),H4+(H5/F4))/121*35)

Best regards,
Trowa
0
Hi Trowa,
It's working, Thanks a lot.
0
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 552
Jul 12, 2012 at 09:32 AM
You're welcome.

Regards
0