+ Reply to Thread
Results 1 to 6 of 6

Extract Unique Values from Column A if Column B Contains Certain Values?

  1. #1
    Registered User
    Join Date
    04-03-2020
    Location
    NYC
    MS-Off Ver
    365 Pro Plus
    Posts
    72

    Question Extract Unique Values from Column A if Column B Contains Certain Values?

    Wondering what the formula would look like to list unique values in column A, based on the values in column B.

    Say in column A I have 10 students' names, and in column B I have their % grades from a test (some may be blank though).

    What would the formula be to list unique values from column A, if the % in column B is 75% or higher? if there is a value at all in column B?

    Thanks!
    Last edited by jk2391; 10-17-2022 at 11:36 AM. Reason: Solved

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Extract Unique Values from Column A if Column B Contains Certain Values?

    maybe filter for B col >=75% then remove duplicates from A col and filter for blank

  3. #3
    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,137

    Re: Extract Unique Values from Column A if Column B Contains Certain Values?

    Guessing games... in the absence of a sample sheet:

    =UNIQUE(FILTER(A2:A20,B2:B20>75%))
    Attached Files Attached Files
    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

  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,137

    Re: Extract Unique Values from Column A if Column B Contains Certain Values?

    or in the second case:
    =UNIQUE(FILTER(A2:A20,B2:B20<>""))

  5. #5
    Registered User
    Join Date
    04-03-2020
    Location
    NYC
    MS-Off Ver
    365 Pro Plus
    Posts
    72

    Re: Extract Unique Values from Column A if Column B Contains Certain Values?

    Thank you sir - that solved it.

  6. #6
    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,137

    Re: Extract Unique Values from Column A if Column B Contains Certain Values?

    You're welcome. But next time, please upload a sample sheet, as per guidelines (top of page)

+ 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. Extract Unique Values From Across Column P2:R10
    By bjnockle in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-07-2020, 10:07 AM
  2. Extract unique values from filtered column
    By Journeyman3000 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-13-2020, 09:38 PM
  3. Replies: 3
    Last Post: 07-27-2019, 04:19 AM
  4. extract unique values from single column
    By ajaypal.sp in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-04-2018, 02:20 PM
  5. Extract unique values in a column from a table
    By gandreso in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-17-2017, 11:21 AM
  6. [SOLVED] How To: Extract unique values from 3 columns into 1 column.
    By egarcia7 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-24-2016, 12:31 PM
  7. Replies: 2
    Last Post: 02-13-2013, 03:14 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