how do i correct this error

  • Thread starter Darts via OfficeKB.com
  • Start date
S

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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Return blank 3
Need Help with a VBA subroutine 0
problem of an empty cell 5
sumif with 2 variables 3
=SUMIF Help!! 0
#DIV/0! message 1
#DIV/0! Error 2
Using iserror in formula 1

Top