+ Reply to Thread
Results 1 to 4 of 4

Making a list of cells from two columns excluding certain values

  1. #1
    Registered User
    Join Date
    05-18-2018
    Location
    UK
    MS-Off Ver
    Office 2010
    Posts
    5

    Question Making a list of cells from two columns excluding certain values

    Hi Everyone,

    Ok so, what I am trying to do is take two columns (Set1 and Set2) and make one master list so I can make labels to print. I do not want to include the cells with "ZNO" inside.

    I cannot use the filter option because I want the information to automatically update when another sheet is changed.

    Can someone tell me how I should go about doing this whilst keeping the same order from the original list please?

    Thanks in advance
    Calum
    Attached Files Attached Files

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Making a list of cells from two columns excluding certain values

    =IFERROR(INDIRECT(TEXT(AGGREGATE(15,6,(ROW(RNG)*10000+COLUMN(RNG))/(RNG<>"")/(RNG<>$M$1)/($A$1:$L$1=N$1),ROWS($A$1:$A1)),"R0000C0000"),),"")
    in M1 ZNO

  3. #3
    Registered User
    Join Date
    05-18-2018
    Location
    UK
    MS-Off Ver
    Office 2010
    Posts
    5

    Re: Making a list of cells from two columns excluding certain values

    Hello,

    Thank you for your reply, I cannot get that to work.

    I was looking for something more simple like the attached. I just want to filter the columns individually but keep the order.

    I was using the following but it doesn't keep the order that the cells were originally in;

    =INDEX($A$2:$A$112,MATCH(SMALL(COUNTIF($A$2:$A$112,"<="&$A$2:$A$112),ROWS($D$2:D2)),COUNTIF($A$2:$A$112,"<="&$A$2:$A$112),0))

    I need the two columns to correspond to each other.

    Thanks
    Calum
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    05-18-2018
    Location
    UK
    MS-Off Ver
    Office 2010
    Posts
    5

    Re: Making a list of cells from two columns excluding certain values

    Ok, I think I have got a solution, it may not be the most elegant but for anyone out there who had the same problem I was having here it is;


    Please Login or Register  to view this content.
    Last edited by Caldog555; 05-20-2018 at 03:25 PM.

+ 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. Replies: 17
    Last Post: 03-08-2018, 05:55 AM
  2. [SOLVED] Count duplicate text values in columns whilst ignoring/excluding certain values
    By adamwestwell in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-02-2017, 05:34 AM
  3. Replies: 5
    Last Post: 05-04-2016, 06:44 AM
  4. Convert Matrix to List (excluding blank cells from list)
    By cameron.rumball in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-02-2013, 12:35 AM
  5. [SOLVED] Create combobox .list excluding some columns
    By Hammer_757 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-28-2012, 06:25 PM
  6. Replies: 1
    Last Post: 04-09-2012, 02:58 PM
  7. Excluding NULL values in an Excel List
    By Sheri in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-25-2005, 11:06 AM

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