=IF((C14/B14)," ",(C14/B14) this returns #DIV/0!
D Darts via OfficeKB.com Nov 25, 2008 #4 Pete thanks work great!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
D Darts via OfficeKB.com Nov 25, 2008 #5 Thanks works great!!! Pete_UK said: Try it this way: =IF(B14=0,"",C14/B14) Hope this helps. Pete Click to expand...
Thanks works great!!! Pete_UK said: Try it this way: =IF(B14=0,"",C14/B14) Hope this helps. Pete Click to expand...
S Shane Devenshire Nov 25, 2008 #6 Hi, You can follow the syntax you originally started, so to speak with =IF(B14,C14/B14,"") If this helps, please click the Yes button Cheers, Shane Devenshire
Hi, You can follow the syntax you originally started, so to speak with =IF(B14,C14/B14,"") If this helps, please click the Yes button Cheers, Shane Devenshire
S Satti Charvak Nov 25, 2008 #7 You had basically exchange the parameters, =IF((C14/B14),C14/B14," ") is the correct one than your, =IF((C14/B14)," ",(C14/B14)) Please select yes, if this post was useful
You had basically exchange the parameters, =IF((C14/B14),C14/B14," ") is the correct one than your, =IF((C14/B14)," ",(C14/B14)) Please select yes, if this post was useful