View Single Post
  #4   Report Post  
Eric
 
Posts: n/a
Default Simple If-Then Formula

=IF(F2=500,50,IF(F250,25,0))

What if F2=50?

Eric.


"InsBrokerJayne" wrote in message
...
I am trying to set up a simple if-then formula. I want three possible
outcomes.

Here's the deal:
I want a formula that will do the following:
If F2 is greater than $50.00 but less than $500.00, the value for G2

should
be $25.00.
If F2 is greater than or equal to $500.00, the value for G2 should be
$50.00.
If F2 is less than $50.00, the value for G2 should be 0.

Please help.