How to make a formula with < or> in a cell

G

Guest

I am trying to make a formula that does this:

If the amount of L2 is less than $25, times it by .052; if the amount of L2
is $25 or above, times it by .01
 
B

Bob Phillips

an alternative with no IF

=A1*0.01+(A1<25)*A1*0.042

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Similar Threads


Top