Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try it this way:
=IF(B14=0,"",C14/B14) Hope this helps. Pete On Nov 25, 1:32*am, "Darts via OfficeKB.com" <u19990@uwe wrote: =IF((C14/B14)," ",(C14/B14) this returns #DIV/0! -- Message posted viahttp://www.officekb.com |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Pete thanks work great!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Pete_UK wrote: Try it this way: =IF(B14=0,"",C14/B14) Hope this helps. Pete =IF((C14/B14)," ",(C14/B14) this returns #DIV/0! -- Message posted viahttp://www.officekb.com -- Message posted via http://www.officekb.com |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome - thanks for feeding back.
Pete On Nov 25, 2:03*am, "Darts via OfficeKB.com" <u19990@uwe wrote: Pete thanks work great!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks works great!!!
Pete_UK wrote: Try it this way: =IF(B14=0,"",C14/B14) Hope this helps. Pete =IF((C14/B14)," ",(C14/B14) this returns #DIV/0! -- Message posted viahttp://www.officekb.com -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200811/1 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 -- Kind Regards, Satti Charvak Only an Excel Enthusiast "Darts via OfficeKB.com" wrote: Thanks works great!!! Pete_UK wrote: Try it this way: =IF(B14=0,"",C14/B14) Hope this helps. Pete =IF((C14/B14)," ",(C14/B14) this returns #DIV/0! -- Message posted viahttp://www.officekb.com -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200811/1 |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=IF(B14=0,"",C14/B14) "Darts via OfficeKB.com" wrote: =IF((C14/B14)," ",(C14/B14) this returns #DIV/0! -- Message posted via http://www.officekb.com |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 "Darts via OfficeKB.com" wrote: =IF((C14/B14)," ",(C14/B14) this returns #DIV/0! -- Message posted via http://www.officekb.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
#Value! error on code that should be correct? | Excel Discussion (Misc queries) | |||
how to correct a #value error | Excel Discussion (Misc queries) | |||
How do I correct the #DIV/0! error? | Excel Worksheet Functions | |||
How do I correct a #value! error | Excel Discussion (Misc queries) | |||
Please help correct a simple error | New Users to Excel |