Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to look up the largest number in coloum K and return the value in
Coloum A that is in the same row that the largest number in Coloum K is. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=INDEX(A:A,MATCH(MAX(K:K),K:K,0)) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "harvey1649" wrote in message ... I want to look up the largest number in coloum K and return the value in Coloum A that is in the same row that the largest number in Coloum K is. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way, in say L1:
=INDEX(A:A,MATCH(MAX(K:K),K:K,0)) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "harvey1649" wrote: I want to look up the largest number in coloum K and return the value in Coloum A that is in the same row that the largest number in Coloum K is. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
RD,
Can you recommend a matching formula that would search for the same stock symbols in two columns with substantially varying numbers of rows between them, and list only these symbols in a separate 3rd column? Any response appreciated. "RagDyeR" wrote in message ... Try this: =INDEX(A:A,MATCH(MAX(K:K),K:K,0)) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "harvey1649" wrote in message ... I want to look up the largest number in coloum K and return the value in Coloum A that is in the same row that the largest number in Coloum K is. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "harvey1649" wrote: I want to look up the largest number in coloum K and return the value in Coloum A that is in the same row that the largest number in Coloum K is. Thanks.. that worked great. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I don't follow exactly what you're looking for.
What do you mean by: <<<"with substantially varying numbers of rows between them" Does that mean that the 2 symbols are *not* in the same row in both columns? What are you looking to do with these *same* symbols? Do you want to count them ... or what? -- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Manfred" wrote in message ... RD, Can you recommend a matching formula that would search for the same stock symbols in two columns with substantially varying numbers of rows between them, and list only these symbols in a separate 3rd column? Any response appreciated. "RagDyeR" wrote in message ... Try this: =INDEX(A:A,MATCH(MAX(K:K),K:K,0)) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "harvey1649" wrote in message ... I want to look up the largest number in coloum K and return the value in Coloum A that is in the same row that the largest number in Coloum K is. |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
http://tinyurl.com/2mtl7b
Biff "Ragdyer" wrote in message ... I don't follow exactly what you're looking for. What do you mean by: <<<"with substantially varying numbers of rows between them" Does that mean that the 2 symbols are *not* in the same row in both columns? What are you looking to do with these *same* symbols? Do you want to count them ... or what? -- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Manfred" wrote in message ... RD, Can you recommend a matching formula that would search for the same stock symbols in two columns with substantially varying numbers of rows between them, and list only these symbols in a separate 3rd column? Any response appreciated. "RagDyeR" wrote in message ... Try this: =INDEX(A:A,MATCH(MAX(K:K),K:K,0)) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "harvey1649" wrote in message ... I want to look up the largest number in coloum K and return the value in Coloum A that is in the same row that the largest number in Coloum K is. |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That appears to clear up the "mud", and it also appears you gave him what he
asked for! Never too sure when OPs repost simply because they don't know how to keep track and find their own posts after time buries them deeper and deeper within the groups. Your link here should solve even that supposition. -- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "T. Valko" wrote in message ... http://tinyurl.com/2mtl7b Biff "Ragdyer" wrote in message ... I don't follow exactly what you're looking for. What do you mean by: <<<"with substantially varying numbers of rows between them" Does that mean that the 2 symbols are *not* in the same row in both columns? What are you looking to do with these *same* symbols? Do you want to count them ... or what? -- Regards, RD -------------------------------------------------------------------------- - Please keep all correspondence within the NewsGroup, so all may benefit ! -------------------------------------------------------------------------- - "Manfred" wrote in message ... RD, Can you recommend a matching formula that would search for the same stock symbols in two columns with substantially varying numbers of rows between them, and list only these symbols in a separate 3rd column? Any response appreciated. "RagDyeR" wrote in message ... Try this: =INDEX(A:A,MATCH(MAX(K:K),K:K,0)) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "harvey1649" wrote in message ... I want to look up the largest number in coloum K and return the value in Coloum A that is in the same row that the largest number in Coloum K is. |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Actually, I hadn't received a response yet and you seemed to know what you
were doing, given your response to what seems like a similar problem. My apologies for the confusion, though. "Ragdyer" wrote in message ... That appears to clear up the "mud", and it also appears you gave him what he asked for! Never too sure when OPs repost simply because they don't know how to keep track and find their own posts after time buries them deeper and deeper within the groups. Your link here should solve even that supposition. -- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "T. Valko" wrote in message ... http://tinyurl.com/2mtl7b Biff "Ragdyer" wrote in message ... I don't follow exactly what you're looking for. What do you mean by: <<<"with substantially varying numbers of rows between them" Does that mean that the 2 symbols are *not* in the same row in both columns? What are you looking to do with these *same* symbols? Do you want to count them ... or what? -- Regards, RD -------------------------------------------------------------------------- - Please keep all correspondence within the NewsGroup, so all may benefit ! -------------------------------------------------------------------------- - "Manfred" wrote in message ... RD, Can you recommend a matching formula that would search for the same stock symbols in two columns with substantially varying numbers of rows between them, and list only these symbols in a separate 3rd column? Any response appreciated. "RagDyeR" wrote in message ... Try this: =INDEX(A:A,MATCH(MAX(K:K),K:K,0)) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "harvey1649" wrote in message ... I want to look up the largest number in coloum K and return the value in Coloum A that is in the same row that the largest number in Coloum K is. |
#10
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Did you try the link that Biff posted in *this* thread?
It proves that you did get a response to your original post ... and that suggested formula appears to fulfill your request. -- Regards, RD ----------------------------------------------------------------------------------------------- Please keep all correspondence within the Group, so all may benefit ! ----------------------------------------------------------------------------------------------- "Manfred" wrote in message ... Actually, I hadn't received a response yet and you seemed to know what you were doing, given your response to what seems like a similar problem. My apologies for the confusion, though. "Ragdyer" wrote in message ... That appears to clear up the "mud", and it also appears you gave him what he asked for! Never too sure when OPs repost simply because they don't know how to keep track and find their own posts after time buries them deeper and deeper within the groups. Your link here should solve even that supposition. -- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "T. Valko" wrote in message ... http://tinyurl.com/2mtl7b Biff "Ragdyer" wrote in message ... I don't follow exactly what you're looking for. What do you mean by: <<<"with substantially varying numbers of rows between them" Does that mean that the 2 symbols are *not* in the same row in both columns? What are you looking to do with these *same* symbols? Do you want to count them ... or what? -- Regards, RD -------------------------------------------------------------------------- - Please keep all correspondence within the NewsGroup, so all may benefit ! -------------------------------------------------------------------------- - "Manfred" wrote in message ... RD, Can you recommend a matching formula that would search for the same stock symbols in two columns with substantially varying numbers of rows between them, and list only these symbols in a separate 3rd column? Any response appreciated. "RagDyeR" wrote in message ... Try this: =INDEX(A:A,MATCH(MAX(K:K),K:K,0)) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "harvey1649" wrote in message ... I want to look up the largest number in coloum K and return the value in Coloum A that is in the same row that the largest number in Coloum K is. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup, Match, something like this | Excel Worksheet Functions | |||
Lookup? Match? pulling rows from one spreadsheet to match a text f | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
Lookup Match | Excel Worksheet Functions | |||
Lookup , match, not sure !? | Excel Worksheet Functions |