View Single Post
  #3   Report Post  
Anne Troy
 
Posts: n/a
Default Simple If-Then Formula

Try this, Jayne:
=IF(AND(F250,F2<500),25,IF(F2=500,50,0))
************
Anne Troy
www.OfficeArticles.com

"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.