+ Reply to Thread
Results 1 to 7 of 7

Multiple IFs condition with each not to be greater than specific amount

  1. #1
    Registered User
    Join Date
    04-29-2020
    Location
    Kuala Lumpur
    MS-Off Ver
    365
    Posts
    13

    Multiple IFs condition with each not to be greater than specific amount

    Hi All,

    Gooddays

    Im new here and i need your valuable guidance

    I have a sets of list here:

    Cash Back % Cash Back Max Amount
    5% 280
    8% 480
    10% 680


    A B C D
    1 cashback% Max Cashback Purchased Amount Cashback Amount
    2 5% 280 6000 280 =IF(A2=5%,MIN(280,(SUM(C2*A2))))
    3 8% 480 6500 480 =IF(A3=8%,MIN(480,(SUM(C3*A3))))
    4 10% 680 7000 680 =IF(A4=10%,MIN(680,(SUM(C4*A4))))

    I got each of the single formula, but im not able to mix all 3 condition together which i wish under one formula for all 3 conditions


    Thank for the helps in advance
    Attached Files Attached Files
    Last edited by rickytripleh; 11-06-2021 at 10:56 AM. Reason: Attach files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,795

    Re: Multiple IFs condition with each not to be greater than specific amount

    Welcome to the forum.

    There are instructions at the top of the page explaining how to attach your sample workbook.

    A good sample workbook has just 10-20 rows of representative data. It also has expected results mocked up, relevant cells highlighted and a few explanatory notes.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,795

    Re: Multiple IFs condition with each not to be greater than specific amount

    Try this (untested):

    =MIN(LOOKUP(A2,{5%,8%,10%},{280,480,680}),C2*A2)

  4. #4
    Registered User
    Join Date
    04-29-2020
    Location
    Kuala Lumpur
    MS-Off Ver
    365
    Posts
    13

    Re: Multiple IFs condition with each not to be greater than specific amount

    Hi AliGW,

    Thanks for the reminder

    I already attached the files

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,795

    Re: Multiple IFs condition with each not to be greater than specific amount

    In D2 copied down:

    =MIN(LOOKUP(A2,{0.05,0.08,0.1},{280,480,680}),C2*A2)

  6. #6
    Registered User
    Join Date
    04-29-2020
    Location
    Kuala Lumpur
    MS-Off Ver
    365
    Posts
    13

    Re: Multiple IFs condition with each not to be greater than specific amount

    Hi AliGW,

    Million Thanks~

    Much Appreciated

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,795

    Re: Multiple IFs condition with each not to be greater than specific amount

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

+ 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. Split Amount Based on condition for specific cell value.
    By Abdur_rahman in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-16-2020, 05:47 AM
  2. [SOLVED] Add an amount to a cell if the value of one of the conditions is greater than X
    By execlass2 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-17-2019, 01:22 PM
  3. [SOLVED] list of names and amount where amount greater than zero
    By santbiju in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-15-2016, 10:49 AM
  4. sum multiple columns based on specific condition
    By chiwing in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-03-2014, 11:38 AM
  5. [SOLVED] If month multiple greater than specific date, then xx
    By beardedb in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-14-2013, 02:13 PM
  6. [SOLVED] Condition and function to write number value greater than a specific number
    By excelinexcel7 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-08-2012, 06:09 PM
  7. Replies: 5
    Last Post: 09-30-2010, 08:02 PM

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