+ Reply to Thread
Results 1 to 4 of 4

It shouldn't be that hard - 3xbegins with filter

Hybrid View

coopster It shouldn't be that hard -... 11-27-2007, 12:25 PM
mpquin I would suggest adding a... 11-27-2007, 03:51 PM
mikerickson Advanced Filter will accept... 11-27-2007, 04:40 PM
coopster It shouldn't be that hard 11-28-2007, 05:33 AM
  1. #1
    Registered User
    Join Date
    02-07-2007
    Posts
    11

    It shouldn't be that hard - 3xbegins with filter

    Hello all!

    So all I want do is 3 'begins with' filters but excel only offers me 2 inthe filter. I appreciate I can do the two save them to a sheet and then go back for the other but that defeats the object. Any help would be most welcome....

  2. #2
    Registered User
    Join Date
    06-28-2007
    Posts
    69
    I would suggest adding a "helper column" and using this formula and then sort. Copy the formula in the entire column

    =IF(OR(LEFT(F3,3)="XXX",LEFT(F3,3)="YYY",LEFT(F3,3)="ZZZ"),F3,"no match")

    Here's a quick breakdown:

    F3 - represents the cell that you want to sort by.
    3 - is the number of characters from the left you want to search for.
    "XXX" "YYY" "ZZZ": the beginning 3 characters.

    The formula will return the full contents of the cell you selected and will return "no match" if it false. You can change what you want returned if true by replacing "F3" after the ZZZ in the formula.

    Hope this helps!

  3. #3
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229
    Advanced Filter will accept any number of conditions.

  4. #4
    Registered User
    Join Date
    02-07-2007
    Posts
    11

    It shouldn't be that hard

    Problem solved - I thank you - I'll buy the beers

+ 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