+ Reply to Thread
Results 1 to 3 of 3

Problem with searching funtion

  1. #1
    Registered User
    Join Date
    08-27-2009
    Location
    Poland
    MS-Off Ver
    Excel 2003
    Posts
    2

    Problem with searching funtion

    hi i've got problem with the searching function

    I have three column . For example :


    1 2 3

    A K1w K12w 8

    B K1p K2w 9

    C K1w P1ab 10

    D K1w K12w1 7


    i want to find in kolumn 3 maximum value using funtion which will be search using 2 criterias : For example :

    im seeking maximum value from komuln 3 only if (for example ) K1w from first komumn = K12w from second komuln .A result i want to have in one cell . How can i do that ?. thantk for help

  2. #2
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: Problem with searching funtion

    Best way is a pivot table, but in one cell try:
    =MAX(($A$1:$A$4="K1w")*($B$1:$B$4="K12w")*C1:C4)
    entered with ctrl+shift+enter

    HTH

  3. #3
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Problem with searching funtion

    Hi and welcome to the board
    what are K1w and K12w ? Values or text strings ?
    Maybe adding a sample wbook with the result you need might help

+ 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