+ Reply to Thread
Results 1 to 2 of 2

Advanced Filter, nested =IF function, or possibly some other tricker *please help*

  1. #1
    Registered User
    Join Date
    06-26-2008
    Location
    Chicago
    Posts
    4

    Advanced Filter, nested =IF function, or possibly some other tricker *please help*

    Hello:

    I would appreciate any help I can get at this point. I believe that what I need to do is a nested =If Function in order to do what I want but I have never done that. I am also sure there are other ways to accomplish my goal but Ill let you be the experts.

    Simplified:

    I am trying to return a list that has unsorted rows (this list is being compiled by use of a formula)

    3 1 1 2

    2 1 1 3

    0 0 0 0

    1 1 1 1

    3 1 1 2

    2 1 1 3

    0 0 0 0

    In a new sheet I would like to return all rows that do not contain 0 in the first column.

    I would like this to be done through the use of a formula since sorting by the first row would unsort the other columns (may not make sense with my example but take my word for it.) So far I have
    =IF(Sheet1!C15>0,Sheet1!C15,Keyword1!C16)

    The Problem is each time this file is used the
    3 1 1 2

    2 1 1 3

    0 0 0 0

    Will be different each time with different amount of rows containing 0 0 0 0.

    This may make no sense at all and if it does not... sorry but short of attaching the 20mb file Im lost for ideas.

    I appreciate any help.

    Thanks,

    mmarshall

  2. #2
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229
    The title mentions AdvancedFilter. Have you considered putting headers on your list and using AdvancedFilter? A Criteria Range

    HeaderA
    <>0

    should do what you want. If you want to use the Copy to Different Location option, the destination sheet needs to be active when AdvancedFilter is called from the menu.
    Last edited by mikerickson; 06-26-2008 at 08:44 PM.
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

+ 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