formula result incorrect

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have this formula
{=IF(W15="Within Range","",(H4:I39)*W16)}
my range H4:I39 actually equals 101670.50, and W16 is a formula w the result
of 10%. so the formula result should be 10% of 101670.50, but it returns
303.75, which is about .2%. this has come back across the board and im not
sure why
any help greatly appreciated
 
Formula incorrect not result

=IF(W15="Within Range","",SUM(H4:I39)*W16)

--
Regards,

Peo Sjoblom

(No private emails please)
 
Does this work for you:

=IF(W15="Within Range","",SUM(H4:I39)*W16)
?
 

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

Back
Top