+ Reply to Thread
Results 1 to 2 of 2

How do I filter columns and rows for a certain word in Excel?

  1. #1
    Sebastian
    Guest

    How do I filter columns and rows for a certain word in Excel?

    I want to set up a filter so if a row has a certain word in any column, it
    shows up. Is this possible? If so, how do I do it?

  2. #2
    Dave Peterson
    Guest

    Re: How do I filter columns and rows for a certain word in Excel?

    I would use another column and put a formula like:

    =countif(a2:m2,"*" & "whateveryouwanthere" & "*")>0

    Then filter on True/falses.

    (And adjust that range to match your data.)

    Sebastian wrote:
    >
    > I want to set up a filter so if a row has a certain word in any column, it
    > shows up. Is this possible? If so, how do I do it?


    --

    Dave Peterson

+ Reply to Thread

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