formula help

M

MHS

If my target cell is less than a specific number I want to multiply it by a
certain rate and if it's greater than this specific number I want to multiply
it by a different rate.
If someone could write down a sample formula I think I can figure it out.
thanks.
 
S

Sheeloo

If target cell is A1, multiplication factor in B1 and C1, number to check in
D1 then enter this in E1
=IF(D1>=A1,D1*B1,D1*C1)
 

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