+ Reply to Thread
Results 1 to 2 of 2

How to do a complex filter

  1. #1
    Forum Contributor
    Join Date
    12-12-2012
    Location
    Los Angeles
    MS-Off Ver
    Excel 2010
    Posts
    448

    How to do a complex filter

    I have column A with "Keywords" and then in column B, C, D, I have numbers for three products. How can I filter out any rows where the values are ALL "NA" for all three products.

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: How to do a complex filter

    I would create a helper column in say column E using this formula in E2:

    =COUNTIF(B2:D2,"NA")=3

    Then you can filter column E for TRUE.

    If the values are #N/A, you would use NA() instead of "NA".

+ 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: 7
    Last Post: 06-13-2018, 10:08 PM
  2. Advanced filter complex combination search
    By gerardgerard in forum Excel General
    Replies: 2
    Last Post: 03-11-2016, 01:15 AM
  3. Complex Filter Help Needed
    By lorenzoscott78 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-07-2013, 03:42 PM
  4. [SOLVED] Complex Count Unique, Filter and Pivot Macro
    By lemmussibericus in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-22-2013, 04:01 AM
  5. Need help with a complex graph in Excel (with filter)
    By sjoerd1978 in forum Excel General
    Replies: 6
    Last Post: 02-24-2012, 05:17 AM
  6. complex VBA filter
    By Aquila in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-04-2010, 08:49 AM
  7. Filter data by complex conditions.
    By tezr in forum Excel General
    Replies: 8
    Last Post: 08-17-2010, 01:42 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