+ Reply to Thread
Results 1 to 4 of 4

Filter formula

  1. #1
    Registered User
    Join Date
    11-29-2020
    Location
    Middlewich
    MS-Off Ver
    365
    Posts
    19

    Filter formula

    Hello,
    I'm looking for filter formula or something similar.

    Please see attached file.
    Sheet 'data' showing location, sku and group, on different sheet i want to see all sku's for each group. So for example all sku's for tents.

    Any ideas how to sort it out?
    Many thanks
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,829

    Re: Filter formula

    You say you're looking for a filter formula, but your profile says you're on V2016. Since you're asking for a FILTER formula, I'll assume you have access to MS365, but if not, this formula won't work. To get all the SKU's for TENT, you can use this formula (in cell A2 on the "Tent" sheet):

    =FILTER(Data!B:B,IFERROR(Data!C:C="TENT",FALSE),"Not found")

    This formula could be a little simpler, but you have "#N/A" in the list. If you didn't have those, you could just use:

    =FILTER(Data!B:B,Data!C:C="TENT","Not found")

  3. #3
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,873

    Re: Filter formula

    You also have not indicated what your output should look like. As such I have created a Pivot Table as shown in the attached using Power Query.
    Attached Files Attached Files
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Filter formula

    I interpreted a little differently.

    In cell A2 try this formula filled down until you get blanks.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    The copy that range and paste to the other tabs replacing "Tent" with "Sport" or whatever is appropriate.
    Attached Files Attached Files
    Dave

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] How to filter by using a formula if formula function is not available in excel.
    By Pankaj jaswani in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-29-2020, 11:21 AM
  2. Replies: 1
    Last Post: 01-08-2015, 07:02 PM
  3. [SOLVED] I need formula or macro to filter a number of items from different tables at single filter
    By Karthikeyannb in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-05-2014, 11:04 AM
  4. Need to filter a report filter based on the previous filter
    By elliotencore in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 01-28-2014, 07:44 AM
  5. Replies: 1
    Last Post: 06-20-2008, 02:47 PM
  6. Formula for Filter
    By manjukhan in forum Excel General
    Replies: 2
    Last Post: 07-15-2005, 03:41 PM
  7. Formula for Filter
    By manjukhan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-15-2005, 03:05 PM

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