Hi,
I am trying to make the formula below have an iserror ref. If the "E27" has nothing in it ( or a formula that is calculating nothing) how would i do that?
=IF(E27=0,F27*2080,E27)
Hi,
I am trying to make the formula below have an iserror ref. If the "E27" has nothing in it ( or a formula that is calculating nothing) how would i do that?
=IF(E27=0,F27*2080,E27)
=if(iserr(Your formula)),"",Your formula)Originally Posted by redlion3
oldchippy
-------------
![]()
![]()
Blessed are those who can give without remembering and take without forgetting
If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.
Click here >>> Top Excel links for beginners to Experts
Forum Rules >>>Please don't forget to read these
Try
=IF(E27="","",IF(E27=0,F27*2080,E27))
Awesome - that worked!
Thank you!
Glad it worked for you - thanks for the feedback
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks