Thread: True/False
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Heather Heather is offline
external usenet poster
 
Posts: 148
Default True/False

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!!