Results 1 to 10 of 10

Excel - Formula to find multiple variables

Threaded View

  1. #6
    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. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,989

    Re: Excel - Formula to find multiple variables

    If you have upgraded to 365, this should do what you want:

    =LET(
    u,UNIQUE(B2:D19),c,INDEX(u,,2)&INDEX(u,,3),
    BYROW(F2:F3,LAMBDA(r,LET(a,FILTER(c,(INDEX(u,,1)="A")*(INDEX(u,,2)=r)),b,FILTER(c,(INDEX(u,,1)="B")*(INDEX(u,,2)=r)),
    SUM(BYROW(a,LAMBDA(r,--ISNUMBER(MATCH(r,b,0))))))))
    )
    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. [SOLVED] Excel - Formula to find multiple variables
    By tbomdiggity in forum Excel General
    Replies: 4
    Last Post: 07-17-2024, 02:24 AM
  2. [SOLVED] Complicated formula needed to find value in a range with multiple variables.
    By tml2424 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-05-2020, 04:22 AM
  3. find the best 3 values with multiple variables
    By pivottc in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-11-2016, 02:09 PM
  4. Find value with multiple variables and change value in other column
    By rpinxt in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-03-2014, 05:36 AM
  5. Replies: 1
    Last Post: 05-12-2014, 10:25 PM
  6. Excel 2007 : Find Multiple Variables
    By Rachel86 in forum Excel General
    Replies: 1
    Last Post: 12-09-2009, 08:09 PM
  7. Replies: 4
    Last Post: 07-31-2008, 09:04 PM

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