+ Reply to Thread
Results 1 to 4 of 4

Having trouble with if statements with 3 criterias

  1. #1
    Registered User
    Join Date
    08-31-2014
    Location
    London
    MS-Off Ver
    2013
    Posts
    21

    Having trouble with if statements with 3 criterias

    Hi,

    This maybe very easy to solve but i have spent a good 1hour on this with no luck
    I have a rule which i need to apply to give me 3 results. I need a if formula to return 3 results if the client money changes

    Rules, which i need the cell to return if i use an IF Statement
    $0 - >=$100 = return the value of what the client has in holdings
    Between $100m and >= $200m = return value of $100m only
    >$200m+ = cell returns 0

    Example: Client holds $99m
    If statement will return the same amount client holds

    Example: Client holds $150m
    If statement will return $100m

    Example: Client holds $250m
    If statement will return 0

    Hope someone can assist

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Having trouble with if statements with 3 criterias

    =IF(A1<=100,A1,IF(A1<=200,100,0))
    try this formula (assuming that you have data in "A1")
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Registered User
    Join Date
    08-31-2014
    Location
    London
    MS-Off Ver
    2013
    Posts
    21

    Re: Having trouble with if statements with 3 criterias

    thank you, this worked. so easy now when i look at the formula. i couldn't get my head around it

    thank you so much

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Having trouble with if statements with 3 criterias

    you are welcome

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Having trouble doing what I want with IF statements.
    By poisontoast in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-21-2012, 03:38 AM
  2. Trouble matching statements in VBA
    By bibleguy125 in forum Excel General
    Replies: 2
    Last Post: 02-14-2012, 12:52 PM
  3. having trouble with multiple if statements
    By rupp1974 in forum Excel General
    Replies: 1
    Last Post: 02-01-2012, 03:02 PM
  4. IF statements giving me trouble...
    By Twisty20 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-11-2006, 05:18 PM
  5. Trouble with lots of IF THEN statements???
    By Simon Lloyd in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-01-2006, 10:26 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1