+ Reply to Thread
Results 1 to 29 of 29

Complicated lookup function

  1. #1
    Registered User
    Join Date
    07-14-2005
    Posts
    25

    Complicated lookup function

    --------------------------------------------------------------------------------

    Hi all,

    Right, im working between 2 spreadsheets, pulling accross large amounts of data, so a lookup seems the most obvious way forward.

    Problem is that I need to look up multiple values. I need to lookup the risk value '2' in range xyz and then find the product in that range with a 'x' rating and return its name. The product name is in col D, the value in col DA and the rating in col CX

    If that doesnt make sence in short I need to lookup the number 'x' rated product with a risk value of 'x' in the range xyz and return the products name,

    can someone pls help?

  2. #2
    Biff
    Guest

    Re: Complicated lookup function

    Hi!

    =INDEX(col D range,MATCH(1,(col DA range=value)*(col CX range="rating"),0))

    Entered as an array using the key combo of CTRL,SHIFT,ENTER.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > --------------------------------------------------------------------------------
    >
    > Hi all,
    >
    > Right, im working between 2 spreadsheets, pulling accross large amounts
    > of data, so a lookup seems the most obvious way forward.
    >
    > Problem is that I need to look up multiple values. I need to lookup the
    > risk value '2' in range xyz and then find the product in that range with
    > a 'x' rating and return its name. The product name is in col D, the
    > value in col DA and the rating in col CX
    >
    > If that doesnt make sence in short I need to lookup the number 'x'
    > rated product with a risk value of 'x' in the range xyz and return the
    > products name,
    >
    > can someone pls help?
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  3. #3
    Registered User
    Join Date
    07-14-2005
    Posts
    25
    whats the CTRL SHIFT ENTER bit mean?

  4. #4
    Registered User
    Join Date
    07-14-2005
    Posts
    25

    Red face

    =INDEX(col D '[PPfV Fund Analysis Plus 30Jun05.xls]input plus'!$C$922:$DO$965,MATCH(1,(col DJ '[PPfV Fund Analysis Plus 30Jun05.xls]input plus'!$C$922:$DO$965=B5)*(col DG '[PPfV Fund Analysis Plus 30Jun05.xls]input plus'!$C$922:$DO$965=1),0))

    ok thats what it looks like, but it returns a #NAME error
    Last edited by chrisrowe_cr; 07-19-2005 at 06:46 AM.

  5. #5
    Biff
    Guest

    Re: Complicated lookup function

    Well, let's see what I can interpret from that.....

    Tip = long file names (and/or sheet names) suck!

    =INDEX('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$D$922:$D$965,MATCH(1,('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$DJ$922:$DJ$965=B5)*('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'$DG$922:$DG$965=1),0))

    This is an array formula. When you type it into a cell, instead of just
    hitting the ENTER key like you normally would, you MUST use the key
    combination of CTRL SHIFT ENTER. Hold down the CTRL and SHIFT keys, then hit
    ENTER When done properly Excel will place squiggly braces { } around the
    formula. You MUST use the key combo to do this. You can't just type the
    braces in.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =INDEX(col D '[PPfV Fund Analysis Plus 30Jun05.xls]input
    > plus'!$C$922:$DO$965,MATCH(1,(col DJ '[PPfV Fund Analysis Plus
    > 30Jun05.xls]input plus'!$C$922:$DO$965=B5)*(col DG '[PPfV Fund Analysis
    > Plus 30Jun05.xls]input plus'!$C$922:$DO$965=1),0))
    >
    > ok thats what it looks like, but it returns a #-NAME- error
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  6. #6
    Biff
    Guest

    Re: Complicated lookup function

    Hi!

    =INDEX(col D range,MATCH(1,(col DA range=value)*(col CX range="rating"),0))

    Entered as an array using the key combo of CTRL,SHIFT,ENTER.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > --------------------------------------------------------------------------------
    >
    > Hi all,
    >
    > Right, im working between 2 spreadsheets, pulling accross large amounts
    > of data, so a lookup seems the most obvious way forward.
    >
    > Problem is that I need to look up multiple values. I need to lookup the
    > risk value '2' in range xyz and then find the product in that range with
    > a 'x' rating and return its name. The product name is in col D, the
    > value in col DA and the rating in col CX
    >
    > If that doesnt make sence in short I need to lookup the number 'x'
    > rated product with a risk value of 'x' in the range xyz and return the
    > products name,
    >
    > can someone pls help?
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  7. #7
    Biff
    Guest

    Re: Complicated lookup function

    Well, let's see what I can interpret from that.....

    Tip = long file names (and/or sheet names) suck!

    =INDEX('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$D$922:$D$965,MATCH(1,('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$DJ$922:$DJ$965=B5)*('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'$DG$922:$DG$965=1),0))

    This is an array formula. When you type it into a cell, instead of just
    hitting the ENTER key like you normally would, you MUST use the key
    combination of CTRL SHIFT ENTER. Hold down the CTRL and SHIFT keys, then hit
    ENTER When done properly Excel will place squiggly braces { } around the
    formula. You MUST use the key combo to do this. You can't just type the
    braces in.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =INDEX(col D '[PPfV Fund Analysis Plus 30Jun05.xls]input
    > plus'!$C$922:$DO$965,MATCH(1,(col DJ '[PPfV Fund Analysis Plus
    > 30Jun05.xls]input plus'!$C$922:$DO$965=B5)*(col DG '[PPfV Fund Analysis
    > Plus 30Jun05.xls]input plus'!$C$922:$DO$965=1),0))
    >
    > ok thats what it looks like, but it returns a #-NAME- error
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  8. #8
    Biff
    Guest

    Re: Complicated lookup function

    Hi!

    =INDEX(col D range,MATCH(1,(col DA range=value)*(col CX range="rating"),0))

    Entered as an array using the key combo of CTRL,SHIFT,ENTER.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > --------------------------------------------------------------------------------
    >
    > Hi all,
    >
    > Right, im working between 2 spreadsheets, pulling accross large amounts
    > of data, so a lookup seems the most obvious way forward.
    >
    > Problem is that I need to look up multiple values. I need to lookup the
    > risk value '2' in range xyz and then find the product in that range with
    > a 'x' rating and return its name. The product name is in col D, the
    > value in col DA and the rating in col CX
    >
    > If that doesnt make sence in short I need to lookup the number 'x'
    > rated product with a risk value of 'x' in the range xyz and return the
    > products name,
    >
    > can someone pls help?
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  9. #9
    Biff
    Guest

    Re: Complicated lookup function

    Well, let's see what I can interpret from that.....

    Tip = long file names (and/or sheet names) suck!

    =INDEX('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$D$922:$D$965,MATCH(1,('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$DJ$922:$DJ$965=B5)*('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'$DG$922:$DG$965=1),0))

    This is an array formula. When you type it into a cell, instead of just
    hitting the ENTER key like you normally would, you MUST use the key
    combination of CTRL SHIFT ENTER. Hold down the CTRL and SHIFT keys, then hit
    ENTER When done properly Excel will place squiggly braces { } around the
    formula. You MUST use the key combo to do this. You can't just type the
    braces in.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =INDEX(col D '[PPfV Fund Analysis Plus 30Jun05.xls]input
    > plus'!$C$922:$DO$965,MATCH(1,(col DJ '[PPfV Fund Analysis Plus
    > 30Jun05.xls]input plus'!$C$922:$DO$965=B5)*(col DG '[PPfV Fund Analysis
    > Plus 30Jun05.xls]input plus'!$C$922:$DO$965=1),0))
    >
    > ok thats what it looks like, but it returns a #-NAME- error
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  10. #10
    Biff
    Guest

    Re: Complicated lookup function

    Well, let's see what I can interpret from that.....

    Tip = long file names (and/or sheet names) suck!

    =INDEX('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$D$922:$D$965,MATCH(1,('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$DJ$922:$DJ$965=B5)*('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'$DG$922:$DG$965=1),0))

    This is an array formula. When you type it into a cell, instead of just
    hitting the ENTER key like you normally would, you MUST use the key
    combination of CTRL SHIFT ENTER. Hold down the CTRL and SHIFT keys, then hit
    ENTER When done properly Excel will place squiggly braces { } around the
    formula. You MUST use the key combo to do this. You can't just type the
    braces in.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =INDEX(col D '[PPfV Fund Analysis Plus 30Jun05.xls]input
    > plus'!$C$922:$DO$965,MATCH(1,(col DJ '[PPfV Fund Analysis Plus
    > 30Jun05.xls]input plus'!$C$922:$DO$965=B5)*(col DG '[PPfV Fund Analysis
    > Plus 30Jun05.xls]input plus'!$C$922:$DO$965=1),0))
    >
    > ok thats what it looks like, but it returns a #-NAME- error
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  11. #11
    Biff
    Guest

    Re: Complicated lookup function

    Hi!

    =INDEX(col D range,MATCH(1,(col DA range=value)*(col CX range="rating"),0))

    Entered as an array using the key combo of CTRL,SHIFT,ENTER.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > --------------------------------------------------------------------------------
    >
    > Hi all,
    >
    > Right, im working between 2 spreadsheets, pulling accross large amounts
    > of data, so a lookup seems the most obvious way forward.
    >
    > Problem is that I need to look up multiple values. I need to lookup the
    > risk value '2' in range xyz and then find the product in that range with
    > a 'x' rating and return its name. The product name is in col D, the
    > value in col DA and the rating in col CX
    >
    > If that doesnt make sence in short I need to lookup the number 'x'
    > rated product with a risk value of 'x' in the range xyz and return the
    > products name,
    >
    > can someone pls help?
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  12. #12
    Biff
    Guest

    Re: Complicated lookup function

    Hi!

    =INDEX(col D range,MATCH(1,(col DA range=value)*(col CX range="rating"),0))

    Entered as an array using the key combo of CTRL,SHIFT,ENTER.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > --------------------------------------------------------------------------------
    >
    > Hi all,
    >
    > Right, im working between 2 spreadsheets, pulling accross large amounts
    > of data, so a lookup seems the most obvious way forward.
    >
    > Problem is that I need to look up multiple values. I need to lookup the
    > risk value '2' in range xyz and then find the product in that range with
    > a 'x' rating and return its name. The product name is in col D, the
    > value in col DA and the rating in col CX
    >
    > If that doesnt make sence in short I need to lookup the number 'x'
    > rated product with a risk value of 'x' in the range xyz and return the
    > products name,
    >
    > can someone pls help?
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  13. #13
    Biff
    Guest

    Re: Complicated lookup function

    Well, let's see what I can interpret from that.....

    Tip = long file names (and/or sheet names) suck!

    =INDEX('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$D$922:$D$965,MATCH(1,('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$DJ$922:$DJ$965=B5)*('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'$DG$922:$DG$965=1),0))

    This is an array formula. When you type it into a cell, instead of just
    hitting the ENTER key like you normally would, you MUST use the key
    combination of CTRL SHIFT ENTER. Hold down the CTRL and SHIFT keys, then hit
    ENTER When done properly Excel will place squiggly braces { } around the
    formula. You MUST use the key combo to do this. You can't just type the
    braces in.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =INDEX(col D '[PPfV Fund Analysis Plus 30Jun05.xls]input
    > plus'!$C$922:$DO$965,MATCH(1,(col DJ '[PPfV Fund Analysis Plus
    > 30Jun05.xls]input plus'!$C$922:$DO$965=B5)*(col DG '[PPfV Fund Analysis
    > Plus 30Jun05.xls]input plus'!$C$922:$DO$965=1),0))
    >
    > ok thats what it looks like, but it returns a #-NAME- error
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  14. #14
    Biff
    Guest

    Re: Complicated lookup function

    Well, let's see what I can interpret from that.....

    Tip = long file names (and/or sheet names) suck!

    =INDEX('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$D$922:$D$965,MATCH(1,('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$DJ$922:$DJ$965=B5)*('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'$DG$922:$DG$965=1),0))

    This is an array formula. When you type it into a cell, instead of just
    hitting the ENTER key like you normally would, you MUST use the key
    combination of CTRL SHIFT ENTER. Hold down the CTRL and SHIFT keys, then hit
    ENTER When done properly Excel will place squiggly braces { } around the
    formula. You MUST use the key combo to do this. You can't just type the
    braces in.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =INDEX(col D '[PPfV Fund Analysis Plus 30Jun05.xls]input
    > plus'!$C$922:$DO$965,MATCH(1,(col DJ '[PPfV Fund Analysis Plus
    > 30Jun05.xls]input plus'!$C$922:$DO$965=B5)*(col DG '[PPfV Fund Analysis
    > Plus 30Jun05.xls]input plus'!$C$922:$DO$965=1),0))
    >
    > ok thats what it looks like, but it returns a #-NAME- error
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  15. #15
    Biff
    Guest

    Re: Complicated lookup function

    Hi!

    =INDEX(col D range,MATCH(1,(col DA range=value)*(col CX range="rating"),0))

    Entered as an array using the key combo of CTRL,SHIFT,ENTER.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > --------------------------------------------------------------------------------
    >
    > Hi all,
    >
    > Right, im working between 2 spreadsheets, pulling accross large amounts
    > of data, so a lookup seems the most obvious way forward.
    >
    > Problem is that I need to look up multiple values. I need to lookup the
    > risk value '2' in range xyz and then find the product in that range with
    > a 'x' rating and return its name. The product name is in col D, the
    > value in col DA and the rating in col CX
    >
    > If that doesnt make sence in short I need to lookup the number 'x'
    > rated product with a risk value of 'x' in the range xyz and return the
    > products name,
    >
    > can someone pls help?
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  16. #16
    Biff
    Guest

    Re: Complicated lookup function

    Well, let's see what I can interpret from that.....

    Tip = long file names (and/or sheet names) suck!

    =INDEX('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$D$922:$D$965,MATCH(1,('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$DJ$922:$DJ$965=B5)*('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'$DG$922:$DG$965=1),0))

    This is an array formula. When you type it into a cell, instead of just
    hitting the ENTER key like you normally would, you MUST use the key
    combination of CTRL SHIFT ENTER. Hold down the CTRL and SHIFT keys, then hit
    ENTER When done properly Excel will place squiggly braces { } around the
    formula. You MUST use the key combo to do this. You can't just type the
    braces in.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =INDEX(col D '[PPfV Fund Analysis Plus 30Jun05.xls]input
    > plus'!$C$922:$DO$965,MATCH(1,(col DJ '[PPfV Fund Analysis Plus
    > 30Jun05.xls]input plus'!$C$922:$DO$965=B5)*(col DG '[PPfV Fund Analysis
    > Plus 30Jun05.xls]input plus'!$C$922:$DO$965=1),0))
    >
    > ok thats what it looks like, but it returns a #-NAME- error
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  17. #17
    Biff
    Guest

    Re: Complicated lookup function

    Hi!

    =INDEX(col D range,MATCH(1,(col DA range=value)*(col CX range="rating"),0))

    Entered as an array using the key combo of CTRL,SHIFT,ENTER.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > --------------------------------------------------------------------------------
    >
    > Hi all,
    >
    > Right, im working between 2 spreadsheets, pulling accross large amounts
    > of data, so a lookup seems the most obvious way forward.
    >
    > Problem is that I need to look up multiple values. I need to lookup the
    > risk value '2' in range xyz and then find the product in that range with
    > a 'x' rating and return its name. The product name is in col D, the
    > value in col DA and the rating in col CX
    >
    > If that doesnt make sence in short I need to lookup the number 'x'
    > rated product with a risk value of 'x' in the range xyz and return the
    > products name,
    >
    > can someone pls help?
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  18. #18
    Biff
    Guest

    Re: Complicated lookup function

    Hi!

    =INDEX(col D range,MATCH(1,(col DA range=value)*(col CX range="rating"),0))

    Entered as an array using the key combo of CTRL,SHIFT,ENTER.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > --------------------------------------------------------------------------------
    >
    > Hi all,
    >
    > Right, im working between 2 spreadsheets, pulling accross large amounts
    > of data, so a lookup seems the most obvious way forward.
    >
    > Problem is that I need to look up multiple values. I need to lookup the
    > risk value '2' in range xyz and then find the product in that range with
    > a 'x' rating and return its name. The product name is in col D, the
    > value in col DA and the rating in col CX
    >
    > If that doesnt make sence in short I need to lookup the number 'x'
    > rated product with a risk value of 'x' in the range xyz and return the
    > products name,
    >
    > can someone pls help?
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  19. #19
    Biff
    Guest

    Re: Complicated lookup function

    Well, let's see what I can interpret from that.....

    Tip = long file names (and/or sheet names) suck!

    =INDEX('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$D$922:$D$965,MATCH(1,('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$DJ$922:$DJ$965=B5)*('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'$DG$922:$DG$965=1),0))

    This is an array formula. When you type it into a cell, instead of just
    hitting the ENTER key like you normally would, you MUST use the key
    combination of CTRL SHIFT ENTER. Hold down the CTRL and SHIFT keys, then hit
    ENTER When done properly Excel will place squiggly braces { } around the
    formula. You MUST use the key combo to do this. You can't just type the
    braces in.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =INDEX(col D '[PPfV Fund Analysis Plus 30Jun05.xls]input
    > plus'!$C$922:$DO$965,MATCH(1,(col DJ '[PPfV Fund Analysis Plus
    > 30Jun05.xls]input plus'!$C$922:$DO$965=B5)*(col DG '[PPfV Fund Analysis
    > Plus 30Jun05.xls]input plus'!$C$922:$DO$965=1),0))
    >
    > ok thats what it looks like, but it returns a #-NAME- error
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  20. #20
    Biff
    Guest

    Re: Complicated lookup function

    Well, let's see what I can interpret from that.....

    Tip = long file names (and/or sheet names) suck!

    =INDEX('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$D$922:$D$965,MATCH(1,('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$DJ$922:$DJ$965=B5)*('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'$DG$922:$DG$965=1),0))

    This is an array formula. When you type it into a cell, instead of just
    hitting the ENTER key like you normally would, you MUST use the key
    combination of CTRL SHIFT ENTER. Hold down the CTRL and SHIFT keys, then hit
    ENTER When done properly Excel will place squiggly braces { } around the
    formula. You MUST use the key combo to do this. You can't just type the
    braces in.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =INDEX(col D '[PPfV Fund Analysis Plus 30Jun05.xls]input
    > plus'!$C$922:$DO$965,MATCH(1,(col DJ '[PPfV Fund Analysis Plus
    > 30Jun05.xls]input plus'!$C$922:$DO$965=B5)*(col DG '[PPfV Fund Analysis
    > Plus 30Jun05.xls]input plus'!$C$922:$DO$965=1),0))
    >
    > ok thats what it looks like, but it returns a #-NAME- error
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  21. #21
    Biff
    Guest

    Re: Complicated lookup function

    Hi!

    =INDEX(col D range,MATCH(1,(col DA range=value)*(col CX range="rating"),0))

    Entered as an array using the key combo of CTRL,SHIFT,ENTER.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > --------------------------------------------------------------------------------
    >
    > Hi all,
    >
    > Right, im working between 2 spreadsheets, pulling accross large amounts
    > of data, so a lookup seems the most obvious way forward.
    >
    > Problem is that I need to look up multiple values. I need to lookup the
    > risk value '2' in range xyz and then find the product in that range with
    > a 'x' rating and return its name. The product name is in col D, the
    > value in col DA and the rating in col CX
    >
    > If that doesnt make sence in short I need to lookup the number 'x'
    > rated product with a risk value of 'x' in the range xyz and return the
    > products name,
    >
    > can someone pls help?
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  22. #22
    Biff
    Guest

    Re: Complicated lookup function

    Well, let's see what I can interpret from that.....

    Tip = long file names (and/or sheet names) suck!

    =INDEX('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$D$922:$D$965,MATCH(1,('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$DJ$922:$DJ$965=B5)*('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'$DG$922:$DG$965=1),0))

    This is an array formula. When you type it into a cell, instead of just
    hitting the ENTER key like you normally would, you MUST use the key
    combination of CTRL SHIFT ENTER. Hold down the CTRL and SHIFT keys, then hit
    ENTER When done properly Excel will place squiggly braces { } around the
    formula. You MUST use the key combo to do this. You can't just type the
    braces in.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =INDEX(col D '[PPfV Fund Analysis Plus 30Jun05.xls]input
    > plus'!$C$922:$DO$965,MATCH(1,(col DJ '[PPfV Fund Analysis Plus
    > 30Jun05.xls]input plus'!$C$922:$DO$965=B5)*(col DG '[PPfV Fund Analysis
    > Plus 30Jun05.xls]input plus'!$C$922:$DO$965=1),0))
    >
    > ok thats what it looks like, but it returns a #-NAME- error
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  23. #23
    Biff
    Guest

    Re: Complicated lookup function

    Hi!

    =INDEX(col D range,MATCH(1,(col DA range=value)*(col CX range="rating"),0))

    Entered as an array using the key combo of CTRL,SHIFT,ENTER.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > --------------------------------------------------------------------------------
    >
    > Hi all,
    >
    > Right, im working between 2 spreadsheets, pulling accross large amounts
    > of data, so a lookup seems the most obvious way forward.
    >
    > Problem is that I need to look up multiple values. I need to lookup the
    > risk value '2' in range xyz and then find the product in that range with
    > a 'x' rating and return its name. The product name is in col D, the
    > value in col DA and the rating in col CX
    >
    > If that doesnt make sence in short I need to lookup the number 'x'
    > rated product with a risk value of 'x' in the range xyz and return the
    > products name,
    >
    > can someone pls help?
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  24. #24
    Biff
    Guest

    Re: Complicated lookup function

    Hi!

    =INDEX(col D range,MATCH(1,(col DA range=value)*(col CX range="rating"),0))

    Entered as an array using the key combo of CTRL,SHIFT,ENTER.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > --------------------------------------------------------------------------------
    >
    > Hi all,
    >
    > Right, im working between 2 spreadsheets, pulling accross large amounts
    > of data, so a lookup seems the most obvious way forward.
    >
    > Problem is that I need to look up multiple values. I need to lookup the
    > risk value '2' in range xyz and then find the product in that range with
    > a 'x' rating and return its name. The product name is in col D, the
    > value in col DA and the rating in col CX
    >
    > If that doesnt make sence in short I need to lookup the number 'x'
    > rated product with a risk value of 'x' in the range xyz and return the
    > products name,
    >
    > can someone pls help?
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  25. #25
    Biff
    Guest

    Re: Complicated lookup function

    Well, let's see what I can interpret from that.....

    Tip = long file names (and/or sheet names) suck!

    =INDEX('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$D$922:$D$965,MATCH(1,('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$DJ$922:$DJ$965=B5)*('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'$DG$922:$DG$965=1),0))

    This is an array formula. When you type it into a cell, instead of just
    hitting the ENTER key like you normally would, you MUST use the key
    combination of CTRL SHIFT ENTER. Hold down the CTRL and SHIFT keys, then hit
    ENTER When done properly Excel will place squiggly braces { } around the
    formula. You MUST use the key combo to do this. You can't just type the
    braces in.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =INDEX(col D '[PPfV Fund Analysis Plus 30Jun05.xls]input
    > plus'!$C$922:$DO$965,MATCH(1,(col DJ '[PPfV Fund Analysis Plus
    > 30Jun05.xls]input plus'!$C$922:$DO$965=B5)*(col DG '[PPfV Fund Analysis
    > Plus 30Jun05.xls]input plus'!$C$922:$DO$965=1),0))
    >
    > ok thats what it looks like, but it returns a #-NAME- error
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  26. #26
    Biff
    Guest

    Re: Complicated lookup function

    Hi!

    =INDEX(col D range,MATCH(1,(col DA range=value)*(col CX range="rating"),0))

    Entered as an array using the key combo of CTRL,SHIFT,ENTER.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > --------------------------------------------------------------------------------
    >
    > Hi all,
    >
    > Right, im working between 2 spreadsheets, pulling accross large amounts
    > of data, so a lookup seems the most obvious way forward.
    >
    > Problem is that I need to look up multiple values. I need to lookup the
    > risk value '2' in range xyz and then find the product in that range with
    > a 'x' rating and return its name. The product name is in col D, the
    > value in col DA and the rating in col CX
    >
    > If that doesnt make sence in short I need to lookup the number 'x'
    > rated product with a risk value of 'x' in the range xyz and return the
    > products name,
    >
    > can someone pls help?
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  27. #27
    Biff
    Guest

    Re: Complicated lookup function

    Well, let's see what I can interpret from that.....

    Tip = long file names (and/or sheet names) suck!

    =INDEX('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$D$922:$D$965,MATCH(1,('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$DJ$922:$DJ$965=B5)*('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'$DG$922:$DG$965=1),0))

    This is an array formula. When you type it into a cell, instead of just
    hitting the ENTER key like you normally would, you MUST use the key
    combination of CTRL SHIFT ENTER. Hold down the CTRL and SHIFT keys, then hit
    ENTER When done properly Excel will place squiggly braces { } around the
    formula. You MUST use the key combo to do this. You can't just type the
    braces in.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =INDEX(col D '[PPfV Fund Analysis Plus 30Jun05.xls]input
    > plus'!$C$922:$DO$965,MATCH(1,(col DJ '[PPfV Fund Analysis Plus
    > 30Jun05.xls]input plus'!$C$922:$DO$965=B5)*(col DG '[PPfV Fund Analysis
    > Plus 30Jun05.xls]input plus'!$C$922:$DO$965=1),0))
    >
    > ok thats what it looks like, but it returns a #-NAME- error
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  28. #28
    Biff
    Guest

    Re: Complicated lookup function

    Hi!

    =INDEX(col D range,MATCH(1,(col DA range=value)*(col CX range="rating"),0))

    Entered as an array using the key combo of CTRL,SHIFT,ENTER.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > --------------------------------------------------------------------------------
    >
    > Hi all,
    >
    > Right, im working between 2 spreadsheets, pulling accross large amounts
    > of data, so a lookup seems the most obvious way forward.
    >
    > Problem is that I need to look up multiple values. I need to lookup the
    > risk value '2' in range xyz and then find the product in that range with
    > a 'x' rating and return its name. The product name is in col D, the
    > value in col DA and the rating in col CX
    >
    > If that doesnt make sence in short I need to lookup the number 'x'
    > rated product with a risk value of 'x' in the range xyz and return the
    > products name,
    >
    > can someone pls help?
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




  29. #29
    Biff
    Guest

    Re: Complicated lookup function

    Well, let's see what I can interpret from that.....

    Tip = long file names (and/or sheet names) suck!

    =INDEX('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$D$922:$D$965,MATCH(1,('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'!$DJ$922:$DJ$965=B5)*('[PPfV Fund Analysis Plus 30Jun05.xls]input
    plus'$DG$922:$DG$965=1),0))

    This is an array formula. When you type it into a cell, instead of just
    hitting the ENTER key like you normally would, you MUST use the key
    combination of CTRL SHIFT ENTER. Hold down the CTRL and SHIFT keys, then hit
    ENTER When done properly Excel will place squiggly braces { } around the
    formula. You MUST use the key combo to do this. You can't just type the
    braces in.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =INDEX(col D '[PPfV Fund Analysis Plus 30Jun05.xls]input
    > plus'!$C$922:$DO$965,MATCH(1,(col DJ '[PPfV Fund Analysis Plus
    > 30Jun05.xls]input plus'!$C$922:$DO$965=B5)*(col DG '[PPfV Fund Analysis
    > Plus 30Jun05.xls]input plus'!$C$922:$DO$965=1),0))
    >
    > ok thats what it looks like, but it returns a #-NAME- error
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388002
    >




+ 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