+ Reply to Thread
Results 1 to 2 of 2

Return specific value that applies to duplicate references

  1. #1
    Registered User
    Join Date
    01-28-2021
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    1

    Return specific value that applies to duplicate references

    I am looking to perform a function in Excel, I assume it will need a string of IF/ Lookup formulae. In the attached spreadsheet I have a list of unique references in column B which are all related to the section references in column A. In column C I have an identifier which indicates if the value in column B is true or not.

    What I need is an easy way of identifying if a single reference in column A contains any unique references in column B which have a 'Yes' indicated in column C. If they are all 'No' then the reference in column A can be treated as 'No', if there are one or multiple 'Yeses' in column C like in the attached example then the reference in column A can be treated as 'Yes'.

    Apologies if the title doesn't summarise what I need but I didn't know how else to word it.

    Hopefully someone can help - many thanks!
    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,704

    Re: Return specific value that applies to duplicate references

    one option:

    D2:
    =IF($A2=$A1,D1,IF(COUNTIFS(Table1[SectionReference],Table1[@SectionReference],Table1[IsBlock],"Yes"),"Yes","No"))
    copied down

+ 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. Formula To duplicate row references
    By Smartalekchick in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-30-2020, 06:17 AM
  2. Return Distinct values in one cell where a specific year applies
    By cocobrown59 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 02-03-2020, 10:54 AM
  3. [SOLVED] Find duplicate return specific column color
    By MaKo82 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-19-2019, 11:48 AM
  4. Return the conditional formatting "Applies to" range?
    By mansfin in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-24-2015, 08:25 AM
  5. [SOLVED] Outlook Macro applies a specific rule to specific folder(s) automatically
    By mkn95u0 in forum Outlook Programming / VBA / Macros
    Replies: 2
    Last Post: 02-06-2015, 03:41 PM
  6. Deleting duplicate references with certain criteria
    By AlexnL12 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-09-2014, 08:56 AM
  7. Checking cells for duplicate references
    By mpkavanagh in forum Excel General
    Replies: 1
    Last Post: 01-10-2011, 04:35 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