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
 
Top