+ Reply to Thread
Results 1 to 3 of 3

Lookup:FT witch

  1. #1
    Registered User
    Join Date
    07-11-2005
    Posts
    9

    Lookup:FT witch

    Hi All

    I have a table that contains the following infromation in A2:FT6010
    I need to lookup the information in FT witch is column 175 that matches critiera from A (date) and Name

    If 1/2/05 and Kerry = 94.96%
    EG
    A[INDENT ]B[INDENT ]FT
    1/02/2005[INDENT] Mathew[INDENT]100.00%
    1/02/2005[INDENT] Kelly[INDENT ]98.25%
    1/02/2005[INDENT] Paul[INDENT ]92.12%
    1/02/2005[INDENT] Kerry[INDENT ]94.96%
    1/02/2005[INDENT ]Rick[INDENT ]98.18%
    2/02/2005[INDENT] Mathew[INDENT ]99.85%
    2/02/2005[/NDENT ]Kelly[INDENT ]75.12%

    Thanks

  2. #2
    Max
    Guest

    re: Lookup:FT witch

    One way ..

    Assuming the source data is in Sheet1, with dates in col A, names in col B,
    percentages in col FT, data from row2 down

    In Sheet2

    With the dates in col A, names in col B, form row1 down,
    put in the formula bar for C1 and array-enter
    (i.e. press CTRL+SHIFT+ENTER):

    =IF(ISNA(MATCH(1,(Sheet1!$A$2:$A$100=A1)*(Sheet1!$B$2:$B$100=B1),0)),"",INDE
    X(Sheet1!$FT$2:$FT$100,MATCH(1,(Sheet1!$A$2:$A$100=A1)*(Sheet1!$B$2:$B$100=B
    1),0)))

    Format C1 as percentage, fill down until the last row of data in cols A and
    B

    If you have in A1: 2/1/05, in B1: Kelly, then C1 will return: 98.25%
    Unmatched cases, if any, will return blanks: ""

    Adapt the ranges to suit ..
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----
    "mathewheys" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Hi All
    >
    > I have a table that contains the following infromation in A2:FT6010
    > I need to lookup the information in FT witch is column 175 that matches
    > critiera from A (date) and Name
    >
    > If 1/2/05 and Kerry = 94.96%
    > EG
    > A[INDENT ]B[INDENT ]FT
    > 1/02/2005[INDENT] Mathew[INDENT]100.00%
    > 1/02/2005[INDENT] Kelly[INDENT ]98.25%
    > 1/02/2005[INDENT] Paul[INDENT ]92.12%
    > 1/02/2005[INDENT] Kerry[INDENT ]94.96%
    > 1/02/2005[INDENT ]Rick[INDENT ]98.18%
    > 2/02/2005[INDENT] Mathew[INDENT ]99.85%
    > 2/02/2005[/NDENT ]Kelly[INDENT ]75.12%
    >
    > Thanks
    >
    >
    > --
    > mathewheys
    > ------------------------------------------------------------------------
    > mathewheys's Profile:

    http://www.excelforum.com/member.php...o&userid=25093
    > View this thread: http://www.excelforum.com/showthread...hreadid=386337
    >




  3. #3
    Biff
    Guest

    re: Lookup:FT witch

    Hi!

    Try this:

    Enter the criteria in a couple of cells:

    A1 = 1/02/2005
    B1 = Kerry

    =SUMPRODUCT(--(A2:6010=A1),--(B2:B6010=B1),FT2:FT6010)

    Biff

    "mathewheys" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Hi All
    >
    > I have a table that contains the following infromation in A2:FT6010
    > I need to lookup the information in FT witch is column 175 that matches
    > critiera from A (date) and Name
    >
    > If 1/2/05 and Kerry = 94.96%
    > EG
    > A[INDENT ]B[INDENT ]FT
    > 1/02/2005[INDENT] Mathew[INDENT]100.00%
    > 1/02/2005[INDENT] Kelly[INDENT ]98.25%
    > 1/02/2005[INDENT] Paul[INDENT ]92.12%
    > 1/02/2005[INDENT] Kerry[INDENT ]94.96%
    > 1/02/2005[INDENT ]Rick[INDENT ]98.18%
    > 2/02/2005[INDENT] Mathew[INDENT ]99.85%
    > 2/02/2005[/NDENT ]Kelly[INDENT ]75.12%
    >
    > Thanks
    >
    >
    > --
    > mathewheys
    > ------------------------------------------------------------------------
    > mathewheys's Profile:
    > http://www.excelforum.com/member.php...o&userid=25093
    > View this thread: http://www.excelforum.com/showthread...hreadid=386337
    >




+ 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