+ Reply to Thread
Results 1 to 3 of 3

the max in column B for EVERYTHING (D,E,F,G, etc.) except "A,B,C" in Column L ?

  1. #1
    Registered User
    Join Date
    05-21-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2003 & 2010
    Posts
    14

    the max in column B for EVERYTHING (D,E,F,G, etc.) except "A,B,C" in Column L ?

    If I want to know the max in column B for EVERYTHING except the above listed palces "Unionville" "Oakville", "Thornhill" "Toronto" etc. in column L how would I go about doing that?


    Thanks so much!

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: the max in column B for EVERYTHING (D,E,F,G, etc.) except "A,B,C" in Column L ?

    Can you clarify? are there numbers in column L or a list of places to exclude?

    Generically you can use this formula

    =MAX(IF(ISNA(MATCH(A1:A100,Z1:Z4,0)),B1:B100))

    that will find the maximum value in B1:B100 associated with any value in A1:A100 except those listed in Z1:Z4. If you want you can include the locations in the formula like this

    =MAX(IF(ISNA(MATCH(A1:A100,{"x","y","z","w"},0)),B1:B100))

    either way formula needs to be confirmed with CTRL+SHIFT+ENTER
    Audere est facere

  3. #3
    Registered User
    Join Date
    05-21-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2003 & 2010
    Posts
    14

    Re: the max in column B for EVERYTHING (D,E,F,G, etc.) except "A,B,C" in Column L ?

    you are FANTASTIC thanks!

+ 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