Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
InsBrokerJayne
 
Posts: n/a
Default Simple If-Then Formula

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.
  #2   Report Post  
CLR
 
Posts: n/a
Default Simple If-Then Formula

IN G2, put..........

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

Vaya con Dios,
Chuck, CABGx3



"InsBrokerJayne" wrote:

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.

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



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



  #5   Report Post  
JE McGimpsey
 
Posts: n/a
Default Simple If-Then Formula

Just another way:

=((F250)+(F2=500))*25

You don't say what should happen if F2=50, so I assumed the result
should be zero.


In article ,
"InsBrokerJayne" wrote:

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.



  #6   Report Post  
RagDyer
 
Posts: n/a
Default Simple If-Then Formula

This returns 25 if F2 also = 50:

=AND(F2=50,F2<500)*25+(F2=500)*50

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


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


  #8   Report Post  
InsBrokerJayne
 
Posts: n/a
Default Simple If-Then Formula

Thank you everyone! I really appreciate your help!
-Jayne

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
simple interest formula in excel V NARENDRAN Excel Discussion (Misc queries) 1 August 3rd 05 12:13 PM
Help - Simple Formula ! Girish Punjabi Excel Discussion (Misc queries) 3 July 16th 05 05:17 AM
Simple formula help zero Excel Worksheet Functions 2 June 22nd 05 01:02 AM
help with simple formula Shooter Excel Worksheet Functions 1 June 19th 05 01:14 AM
Excel Miscalculates simple formula..Help!! Dave Excel Worksheet Functions 1 January 12th 05 03:30 PM


All times are GMT +1. The time now is 10:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"