+ Reply to Thread
Results 1 to 4 of 4

Match and Condense from Dataset

  1. #1
    Registered User
    Join Date
    01-16-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    6

    Question Match and Condense from Dataset

    Hi everyone, hope you're all well.

    I'm attempting to condense down a data set. To explain, each row has a Key, and then the following columns have the option of being left blank or filled in with Yes. There can be several rows with the same Key, and for each row the option columns can be different. I'm trying to condense/summarize that so each Key appears once in the data set with all Yes options appearing with it. I'm having trouble getting the formula to index everything that has the identifier, and not just stopping at the first row. Sample sheet should be attached.

    Stay safe, and I appreciate any help.

    -Mike
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,820

    Re: Match and Condense from Dataset

    How about this?

    =IF(SUMPRODUCT(($A$4:$A$12=$M4)*($B$3:$D$3=N$3)*($B$4:$D$12="Yes"))>0,"Yes","")
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    01-16-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Match and Condense from Dataset

    You got it, thank you!!!

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,820

    Re: Match and Condense from Dataset

    No worries.

+ 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. How to optimize Index Match for huge dataset
    By jianan77818 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-15-2019, 11:25 PM
  2. Index match equivalent in VBA for large dataset?
    By jhuvba in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-26-2018, 11:49 PM
  3. Replies: 3
    Last Post: 10-20-2017, 12:40 AM
  4. Match edges in an excel format dataset
    By Lmadahali in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-18-2014, 08:10 AM
  5. Variable Data Match From Dataset
    By finchy in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-28-2013, 04:29 PM
  6. multidimensional index and match function to condense table
    By Kamleshsoni in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-14-2013, 04:32 PM
  7. [SOLVED] How do I customize the X-axis in excel to match my dataset?
    By cathy in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 01-13-2005, 10:06 PM

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