IF FORMULA

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

Guest

I am trying to add up a colomn that includes cells containing 'if' formulas
but the total misses out the value in the the cells containing the formula.
Can anyone help?
 
It shouldn't. Are those cells showing the value as numbers okay?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
The value is showing. I have tried to convert the result of this cell to
'currency' but it will not convert so I changed back to number. It's as if
excel is seeing it as a blank cell as there is only the result of the formula
in it. Any ideas? Thanks, Kate.
 
I am trying to add up a colomn that includes cells containing 'if' formulas
but the total misses out the value in the the cells containing the formula.
Can anyone help?

Could you post an example of the 'IF' formula you're using and the
details of the contents of the cells that the formula is referencing?

Rgds

__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
 
Sorry, how do I do that?


Richard Buttrey said:
Could you post an example of the 'IF' formula you're using and the
details of the contents of the cells that the formula is referencing?

Rgds

__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
 
Perhaps this is what you need? The formula is:

=IF(C4<7998,"£7992.00",IF(C4<9498,"£15984.00",IF(C4<100998,"£23976.00",
IF(C4<12498,"£31968.00",IF(C4<13998,"£39960.00",IF(C4<15498,"£47952.00",IF(C4>16998,"£55944.00")))))))

This formula is working and giving the right results but it not included in
the total of the column

Ta, Kate
 

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