+ Reply to Thread
Results 1 to 2 of 2

Filter 3 rows at a time?

  1. #1
    Registered User
    Join Date
    02-15-2007
    Posts
    14

    Filter 3 rows at a time?

    I have 24 items on a spreadsheet, however, each item is composed of 3 rows of data. Can I set up a filter so that when I select/deselect a value it will show/remove all 3 rows?


  2. #2
    Valued Forum Contributor
    Join Date
    10-15-2007
    Location
    Home
    MS-Off Ver
    Office 2010, W10
    Posts
    373

    Re: Filter 3 rows at a time?

    Hi

    One option is to use an auxilliary column where you repeat each item 3 times. Then filter by the auxilliary column.

    Ex.: If your data is in A2:A25, use in B2:

    =INDEX($A$2:$A$24,1+FLOOR(ROWS($A$2:A2)-1,3))

    Copy down till B25

    Now filter by column B

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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