Need help with end results Microsoft Office Excel 2003

V

vivianl

=IF(D4<8.99,"*55%",IF(D4=8.99,"*25%",IF(D4>8.99,"*55%*")))
my answer =25%.

I need the answer to go a step further and multifply the cell by the %
what do I need to add to the formula to get my answer?
 
J

Jacob Skaria

Do you mean

=D4*IF(D4<8.99,55,IF(D4=8.99,25,IF(D4>8.99,55)))%

If this post helps click Yes
 
R

Ron Rosenfeld

=IF(D4<8.99,"*55%",IF(D4=8.99,"*25%",IF(D4>8.99,"*55%*")))
my answer =25%.

I need the answer to go a step further and multifply the cell by the %
what do I need to add to the formula to get my answer?

You also need to subtract some stuff:

=D4*IF(D4<8.99,55%,IF(D4=8.99,25%,IF(D4>8.99,55%)))
--ron
 

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

Top