ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how do i correct this error (https://www.excelbanter.com/excel-discussion-misc-queries/211485-how-do-i-correct-error.html)

Darts via OfficeKB.com

how do i correct this error
 
=IF((C14/B14)," ",(C14/B14) this returns #DIV/0!

--
Message posted via http://www.officekb.com


Pete_UK

how do i correct this error
 
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



Sheeloo[_3_]

how do i correct this error
 
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



Darts via OfficeKB.com

how do i correct this error
 
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


Darts via OfficeKB.com

how do i correct this error
 
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


Shane Devenshire[_2_]

how do i correct this error
 
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



Satti Charvak[_2_]

how do i correct this error
 
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



Pete_UK

how do i correct this error
 
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!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!



All times are GMT +1. The time now is 09:35 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com