+ Reply to Thread
Results 1 to 2 of 2

filter of data of one column through multiple criteria

Hybrid View

  1. #1
    Registered User
    Join Date
    09-30-2010
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    22

    filter of data of one column through multiple criteria

    Hi friends,

    I want to filter the data of column 6 using five criteria say as
    1.pass
    2.fail
    3.compartment
    4.X
    5. y
    how can i achieve that using macro?

  2. #2
    Forum Contributor johnjohns's Avatar
    Join Date
    11-19-2007
    Location
    Dubai, UAE
    MS-Off Ver
    2003 and 2007
    Posts
    526

    Re: filter of data of one column through multiple criteria

    one simple approach can be entering
    IF(OR(F1="pass",F1="fail",F1="compartment",F1="x",F1="y"),TRUE,FALSE
    in the adjacent column and filter for true

    rgds

    johnjohns

+ 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