+ Reply to Thread
Results 1 to 3 of 3

Formlula to return Y or N based percentage value

Hybrid View

  1. #1
    Registered User
    Join Date
    07-03-2014
    Location
    jackson,ga
    MS-Off Ver
    2010
    Posts
    13

    Formlula to return Y or N based percentage value

    Every four rows is the same account# column A, but column B the data is different and column C is also. Can anyone help with a formula to check the account number in Column F exists in column A and return in column G if all data in column C that match column A is 100 % Maybe return a Y or N or even 400% would work if they were added together. File uploaded for better explanation.
    Attached Files Attached Files

  2. #2
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,706

    Re: Formlula to return Y or N based percentage value

    using your sample file:

    Formula: copy to clipboard
    F2: =IF($F2="","",IF(COUNTIFS($A$2:$A$1000,$F2,$C$2:$C$1000,1)=4,"Y","N"))
    copied down



    modify ranges to suit requirements.

  3. #3
    Registered User
    Join Date
    07-03-2014
    Location
    jackson,ga
    MS-Off Ver
    2010
    Posts
    13

    Re: Formlula to return Y or N based percentage value

    Thank you so much works great

+ 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. Return A cumulative Percentage value based on Today's date referencing a start and end dat
    By AbdulkareemAlhassni in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-16-2018, 05:49 PM
  2. [SOLVED] How to return a value based on percentage and date range
    By MyStix01 in forum Excel General
    Replies: 5
    Last Post: 09-21-2017, 06:22 PM
  3. [SOLVED] Return percentage based on range of cells from two columns
    By Lillerpool in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 12-15-2015, 08:27 AM
  4. Replies: 2
    Last Post: 04-04-2013, 12:44 AM
  5. [SOLVED] Formlula for using two ranges to return data
    By Quarryman in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-29-2013, 11:49 AM
  6. [SOLVED] Can a validation list contain a formlula or reference
    By Ing in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 07-24-2012, 01:10 PM
  7. Return Range of Numerical Values in Single Column based on Frequency Percentage
    By Sam via OfficeKB.com in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-28-2005, 06:05 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