+ Reply to Thread
Results 1 to 9 of 9

If formula with multiple conditions

  1. #1
    Registered User
    Join Date
    02-09-2017
    Location
    Southern California, USA
    MS-Off Ver
    2016
    Posts
    24

    If formula with multiple conditions

    I can use some assistance in writing a formula that looks at column A and if column A is populated with a "YES" then looks to the amount in column B and returns the greater of 2% of the amount in column B or $25 in column C. If Column A is not populated with a "YES" then column C should remain blank. Thank you very much for your consideration.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,002

    Re: If formula with multiple conditions

    Try this, asuming data start in a2...

    =IF(A2="Yes",MAX(0.02*B2,25),"")
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    02-09-2017
    Location
    Southern California, USA
    MS-Off Ver
    2016
    Posts
    24

    Re: If formula with multiple conditions

    Much obliged and have a great weekend

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,002

    Re: If formula with multiple conditions

    Shall do. thanks for the Rep.

  5. #5
    Registered User
    Join Date
    02-09-2017
    Location
    Southern California, USA
    MS-Off Ver
    2016
    Posts
    24

    Re: If formula with multiple conditions

    If you are so inclined I have another and a bit more challenging one to run past you. If you are agreeable I will send you the particulars. Thanks

  6. #6
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: If formula with multiple conditions

    Sounds like this might be a new question from the answer given in post #2. Please create a new thread with your new question.
    HTH
    Regards, Jeff

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,002

    Re: If formula with multiple conditions

    Yep. Start a new post. I'm in SE Asia and will look out for it in the morning, if it hasn't been answered by then.

  8. #8
    Registered User
    Join Date
    02-09-2017
    Location
    Southern California, USA
    MS-Off Ver
    2016
    Posts
    24

    Re: If formula with multiple conditions

    Thanks for your willingness to assist

  9. #9
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,002

    Re: If formula with multiple conditions

    You're welcome. However, I've downed a few Chang beers now and, consequently, any reply from me for the next few hours wouldn't be right!!

+ 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. Replies: 2
    Last Post: 01-14-2016, 03:53 PM
  2. 3 multiple conditions with multiple criteria formula help
    By rmnk101190 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-29-2013, 04:37 PM
  3. [SOLVED] Syntax for formula that uses multiple conditions inside of multiple IF statements
    By njmiller31 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-02-2013, 11:55 AM
  4. [SOLVED] multiple conditions formula
    By Tom Ogilvy in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 11-10-2005, 05:25 PM
  5. multiple conditions formula
    By mmoran in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  6. multiple conditions formula
    By mmoran in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  7. multiple conditions formula
    By mmoran in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM

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