True/False

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

Guest

I would like to set up a true/false formula. Here is what I am wanting to do:

If I the number 60 in G2 cell (miles) and want to use that to get a total in
E5 (using G2 * 3.00) = 180.00. How do I keep my total to be a minimum of
180.00 even if the mileage is 30. But if my mileage is 80, I would like it
to increase to 240.00.

Thank You!!
 
Heather said:
I would like to set up a true/false formula. Here is what I am wanting to do:

If I the number 60 in G2 cell (miles) and want to use that to get a total in
E5 (using G2 * 3.00) = 180.00. How do I keep my total to be a minimum of
180.00 even if the mileage is 30. But if my mileage is 80, I would like it
to increase to 240.00.

Thank You!!

=IF(G2<60,"180",G2*3)

Hope this helps.
 

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

Formula question 5
if statement 2
Excel Formula's 1
Excel A CountIF question... I think 2
Subtotal with two functions 2
Create a loop 6
CHOOSE function NOT RIGHT???? 5
run a macro wehn leaveing a cell ?? 5

Back
Top