+ Reply to Thread
Results 1 to 7 of 7

Need Formula to display all similar values in column A on a separate tab

  1. #1
    Registered User
    Join Date
    03-11-2013
    Location
    Washington D.C., USA
    MS-Off Ver
    Office 2010
    Posts
    5

    Need Formula to display all similar values in column A on a separate tab

    Hello,

    I'm working on creating a spreadsheet without using vba to search column A of the master table for a specific value and to display all columns associated with those rows on a separate tab.

    I.e.
    Column A on the master sheet has each group of people, say Blue, Orange, Green. The Corresponding columns have data relating to each person in the Blue, Orange, etc. groups. So I need a formula that will populate tabs on another sheet that will only show the Blue group in the Blue tab, and separate tab for each group.

    What I've done so far is populate each column A of the desired tabs with the corresponding color, down to 300 rows thinking that no group will exceed 300 people. here is the formula that I used to pull the data (Column Headings on destination sheets are in row B):
    =IFERROR(INDEX('Master_All Groups'!$A$1:$X$300,(MATCH($A3,'Master_All Groups'!$A2:$A300,0)+ROW($A3)-2),COLUMN(B$2)),"")

    This formula works well for the records at the top of the list, but once I exhaust all members of one group it pulls a different set of data, vs showing as blank. I would like the formula to have lower bound so it will only show "Blue" people in the blue tab. This way when I add a few people in the master it will automatically refresh the individual tabs.

    Thank you for your help.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Need Formula to display all similar values in column A on a separate tab

    Perhaps if we have a small sample workbook..

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    03-11-2013
    Location
    Washington D.C., USA
    MS-Off Ver
    Office 2010
    Posts
    5

    Re: Need Formula to display all similar values in column A on a separate tab

    Thanks for the quick response:

    I've attached a sample file. The master group tab is where the source data will be located. The tabs named by color are were the formulas are located. I'm not exactly sure how to describe this problem further, but I'm happy to answer any question to someone willing to help me out.

    Thanks!

    Example Color Groups.xlsx

  4. #4
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Need Formula to display all similar values in column A on a separate tab

    Hi,

    please see the example attached: I've used array Index.

    All formulas confirmed with control+shift+enter

    Example: in B2, sheet "Green"

    Please Login or Register  to view this content.

    Also a pivot table could be of some help.


    Hope that helps


    ---------------------

    Ciao, Fotis!
    Attached Files Attached Files
    Last edited by canapone; 10-09-2013 at 07:41 AM.
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

  5. #5
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Need Formula to display all similar values in column A on a separate tab

    Hi, again. If colors are sorted, a different approach without array formulas could be:

    in A2 - sheet Green- than copy the formula down and to the right.

    Please Login or Register  to view this content.
    Hope it helps

    Attached an example
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    03-11-2013
    Location
    Washington D.C., USA
    MS-Off Ver
    Office 2010
    Posts
    5

    Re: Need Formula to display all similar values in column A on a separate tab

    Thank you so much! This works very well.

  7. #7
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Need Formula to display all similar values in column A on a separate tab

    Ciao,

    thanks for your kind feedback.

    -----------------------

    Hoya Saxa!

+ 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. multiple vlookups need them to display in separate cells in a column
    By Ryanc1984 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-11-2013, 01:21 PM
  2. Macros for hyperlinks to similar values in a separate worksheet
    By Benny.Y in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-18-2012, 07:41 AM
  3. Compare rows and display duplicates in a separate column
    By sans in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 11-06-2011, 05:30 PM
  4. Formula to separate cell values in a column with commas
    By PuffyGrl82 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-24-2011, 10:15 PM
  5. Display Values based on 2 separate List Menus
    By brianv in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-16-2005, 07:25 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