Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default how do i correct this error

=IF((C14/B14)," ",(C14/B14) this returns #DIV/0!

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

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default 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


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default 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

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default 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



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default 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


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 53
Default 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


  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default 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!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
#Value! error on code that should be correct? RHein Excel Discussion (Misc queries) 2 January 3rd 08 03:19 AM
how to correct a #value error tony Excel Discussion (Misc queries) 10 February 15th 07 07:23 PM
How do I correct the #DIV/0! error? sony654 Excel Worksheet Functions 5 April 17th 05 09:52 AM
How do I correct a #value! error How do I eliminate a #value! error? Excel Discussion (Misc queries) 6 December 16th 04 02:33 PM
Please help correct a simple error lwhite New Users to Excel 1 December 9th 04 09:39 PM


All times are GMT +1. The time now is 07:00 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"