+ Reply to Thread
Results 1 to 7 of 7

Filtering Question

  1. #1
    Registered User
    Join Date
    08-02-2012
    Location
    Indianapolis, IN
    MS-Off Ver
    2007
    Posts
    68

    Question Filtering Question

    I have a worksheet with several columns, one of which is Employee Name. The rest of the columns have various different data for that employee. Some employee names appear on only one row. However most employee names appear on over 20 rows. How can I temporarily filter the worksheet to show me only the first row of each employee name, all at one time?

  2. #2
    Registered User
    Join Date
    12-17-2012
    Location
    Layton, Utah
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Filtering Question

    Hey gibson, would you be able to attach a copy of the spreadsheet? I think i have an answer for you but wanted to see the product to make sure i give you accurate info.

  3. #3
    Registered User
    Join Date
    08-02-2012
    Location
    Indianapolis, IN
    MS-Off Ver
    2007
    Posts
    68

    Re: Filtering Question

    Regulus,

    Here is a sample of what I am working with. I had to delete the data from the first column because it had SSN's, and I changed the names (rules of my organization when sending things to the outside). This is just a sampling of 3 people. My original spreadsheet contains almost 1000 people, most having over 20 rows each. I want to be able to make the whole spreadsheet show me only the first row of each name, then switch it back to the full list when I am ready.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    08-02-2012
    Location
    Indianapolis, IN
    MS-Off Ver
    2007
    Posts
    68

    Re: Filtering Question

    Just checking for replies before I head out to lunch.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Filtering Question

    I added this, copied down, to a helper column. You can then filter the table, based on the helper, using no blanks...
    =IF(COUNTIF($B$2:B2,B2)>1,"",B2)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  6. #6
    Registered User
    Join Date
    08-02-2012
    Location
    Indianapolis, IN
    MS-Off Ver
    2007
    Posts
    68

    Re: Filtering Question

    Quote Originally Posted by FDibbins View Post
    I added this, copied down, to a helper column. You can then filter the table, based on the helper, using no blanks...
    =IF(COUNTIF($B$2:B2,B2)>1,"",B2)

    Worked like a charm. Thanks.

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Filtering Question

    Happy to help. If this answered your question, please take a moment to mark the thread as "solved" - it helps keep things neat and tidy lol, and consider adding the reputation to those that helped (see points 2 & 3 below)

+ 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