+ Reply to Thread
Results 1 to 7 of 7

Adding Criteria to Existing Formula

  1. #1
    Forum Contributor
    Join Date
    05-29-2017
    Location
    UK
    MS-Off Ver
    Pro Plus 2016
    Posts
    301

    Adding Criteria to Existing Formula

    Hi guys, would you know what do we add to the existing formula to say:

    IF there are more than 3 x "y" show 100%, otherwise use existing formula ?

    Please see the screenshot, and I also include the formula here:

    =IFERROR(COUNTIFS(A3:D3,"Y")/3,0)

    Thanking in advance!

    2017-10-26_1518.png

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Adding Criteria to Existing Formula

    Try

    =IFERROR(MIN(1,COUNTIFS(A3:D3,"Y")/3),0)

    or simply

    =MIN(1,COUNTIFS(A3:D3,"Y")/3)

  3. #3
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,938

    Re: Adding Criteria to Existing Formula

    May be

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,493

    Re: Adding Criteria to Existing Formula

    You are dealing with 4 cells,
    Would it not be
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,493

    Re: Adding Criteria to Existing Formula

    Quote Originally Posted by shukla.ankur281190 View Post
    May be

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    1 would make it 100%

  6. #6
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Adding Criteria to Existing Formula

    Thank you for the rep!

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

  7. #7
    Forum Contributor
    Join Date
    05-29-2017
    Location
    UK
    MS-Off Ver
    Pro Plus 2016
    Posts
    301

    Re: Adding Criteria to Existing Formula

    Thank you so much for your help, guys! Mission accomplished :-)

+ 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] Adding IF AND criteria to existing IF Statement
    By Webbers in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-04-2016, 02:52 PM
  2. Replies: 3
    Last Post: 01-13-2016, 12:05 PM
  3. Adding to an existing formula !!!!!!!!!
    By hlb129 in forum Excel General
    Replies: 3
    Last Post: 02-10-2015, 08:02 AM
  4. Adding another formula to an existing one
    By JakeMann in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-14-2014, 08:22 AM
  5. Adding to an Existing Formula
    By jcl6543 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-05-2014, 12:58 AM
  6. Replies: 7
    Last Post: 07-07-2014, 09:48 AM
  7. [SOLVED] Adding additional selection criteria to existing Macro
    By Mogpot1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-23-2013, 10:29 AM

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