Results 1 to 3 of 3

Display multiple texts from a column when condition A and B are met

Threaded View

  1. #1
    Registered User
    Join Date
    11-28-2010
    Location
    San Francisco, CA
    MS-Off Ver
    Excel 2010
    Posts
    7

    Display multiple texts from a column when condition A and B are met

    Hi,

    Please advise: I am trying to display multiple text values within a cell from Col A when conditions are met for Col B and Col C.

    In other words, I would like to display the company names within the same cell whose approval was received within a given month.

    Raw data: Col A: Company name; Col B: Approval Recieved; Col C: Date approved

    Company Approval Date
    Received? Approved
    Spring Yes Oct 31
    Summer Yes Sep 26
    Autumn Yes Aug 20
    Winter Yes Nov 27
    Water Yes Sep 15
    Earth Yes Sep 17
    Metal Yes Aug 17
    Air Yes Sep 30
    Fire Yes Oct 07
    Red Yes Jul 27
    Blue Yes Jun 09
    White Yes Oct 05
    Black Yes Nov 05

    Desired report:
    I was able to figure out the formula for 'Monthly Total',
    =SUMPRODUCT(--($C$2:$C$14 ="Yes"), --($D$2:$D$14 >= DATE(2010, 6, 1)), -- ($D$2:$D$14 <= DATE(2010, 6, 30)))

    But couldn't figure out how to display the corresponding multiple values in C18:C23.

    Monthly
    Total Desired results in this exact format (multi lines within a cell)
    June 1 Blue
    July 1 Red
    August 2 Autumn,
    Metal
    September 4 Summer
    Water,
    Earth,
    Air
    October 3 Spring,
    Fire,
    White
    November 2 Black
    Winter

    Your time and help are very much appreciated.

    Regards,
    fichen

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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