Results 1 to 20 of 20

Filter a List Using Different Criteria

Threaded View

  1. #20
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,280

    Re: Filter a List Using Different Criteria

    In C6:

    =SORT(UNIQUE(FILTER(Test!H2:I1694,(Test!C2:C1694=C2)*((Test!N2:N1694+Test!P2:P1694)>0))))

    In E6 copied down:

    =LET(s,SUMIFS(Test!$N$2:$N$1694,Test!$C$2:$C$1694,$C$2,Test!$H$2:$H$1694,C6,Test!$I$2:$I$1694,D6),
    IF(s=0,"",s))

    In F6 copied down:

    =LET(s,SUMIFS(Test!$P$2:$P$1694,Test!$C$2:$C$1694,$C$2,Test!$H$2:$H$1694,C6,Test!$I$2:$I$1694,D6),
    IF(s=0,"",s))

    In H6:

    =SORT(FILTER(B6:E22,((D6:D22="Diesel")+(D6:D22="Diesel to Petrol"))*(E6:E22<>0)),2)

    In M6:

    =SORT(FILTER(B6:E22,(D6:D22="Diesel")*(E6:E22<>0)),2)

    In R6:

    =SORT(FILTER(B6:E22,(D6:D22="Diesel to Petrol")*(E6:E22<>0)),2)

    In W6:

    =SORT(FILTER(B6:E22,(D6:D22="Petrol")*(E6:E22<>0)),2)
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hi I am Having problem in Excel Sheet
    By anasmobikom in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 02-17-2025, 06:35 AM
  2. [SOLVED] Problem with Excel Sheet?
    By onewishtobegranted in forum Excel General
    Replies: 2
    Last Post: 08-30-2020, 11:50 PM
  3. Replies: 10
    Last Post: 12-24-2016, 04:43 PM
  4. Problem regarding excel sheet
    By intouch01 in forum Excel General
    Replies: 1
    Last Post: 12-16-2014, 02:08 AM
  5. Replies: 1
    Last Post: 07-15-2013, 05:25 AM
  6. Facing problem in excel while copying data from one sheet to another sheet
    By krasathi in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-03-2012, 04:40 AM
  7. Replies: 0
    Last Post: 04-02-2005, 09:06 AM

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