Hi,
I have a set of data that looks like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]12[/TD]
[TD]15[/TD]
[TD]16[/TD]
[TD]10[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]6[/TD]
[TD]4[/TD]
[TD]15[/TD]
[TD]1[/TD]
[TD]19[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]22[/TD]
[TD]14[/TD]
[TD]13[/TD]
[TD]17[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]6[/TD]
[TD]8[/TD]
[TD]7[/TD]
[TD]10[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]E[/TD]
[TD]8[/TD]
[TD]9[/TD]
[TD]15[/TD]
[TD]26[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]F[/TD]
[TD]10[/TD]
[TD]14[/TD]
[TD]19[/TD]
[TD]2[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]G[/TD]
[TD]15[/TD]
[TD]16[/TD]
[TD]20[/TD]
[TD]25[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]H[/TD]
[TD]16[/TD]
[TD]20[/TD]
[TD]22[/TD]
[TD]10[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]I[/TD]
[TD]14[/TD]
[TD]16[/TD]
[TD]19[/TD]
[TD]17[/TD]
[TD]6[/TD]
[/TR]
</tbody>[/TABLE]
In another sheet I have the list of names but not in the same order (there is a reason for that). I want a formula that will look for the Name in column A and then return the largest number for that name in columns B:F.
For example:
Forumula looks at the name sees E and returns 26.
I've tried looking at HLOOKUP, MATCH and INDEX but can't find a way of looking at the range based on a specific criteria.
Any help greatly appreciated.
I have a set of data that looks like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]12[/TD]
[TD]15[/TD]
[TD]16[/TD]
[TD]10[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]6[/TD]
[TD]4[/TD]
[TD]15[/TD]
[TD]1[/TD]
[TD]19[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]22[/TD]
[TD]14[/TD]
[TD]13[/TD]
[TD]17[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]6[/TD]
[TD]8[/TD]
[TD]7[/TD]
[TD]10[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]E[/TD]
[TD]8[/TD]
[TD]9[/TD]
[TD]15[/TD]
[TD]26[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]F[/TD]
[TD]10[/TD]
[TD]14[/TD]
[TD]19[/TD]
[TD]2[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]G[/TD]
[TD]15[/TD]
[TD]16[/TD]
[TD]20[/TD]
[TD]25[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]H[/TD]
[TD]16[/TD]
[TD]20[/TD]
[TD]22[/TD]
[TD]10[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]I[/TD]
[TD]14[/TD]
[TD]16[/TD]
[TD]19[/TD]
[TD]17[/TD]
[TD]6[/TD]
[/TR]
</tbody>[/TABLE]
In another sheet I have the list of names but not in the same order (there is a reason for that). I want a formula that will look for the Name in column A and then return the largest number for that name in columns B:F.
For example:
Forumula looks at the name sees E and returns 26.
I've tried looking at HLOOKUP, MATCH and INDEX but can't find a way of looking at the range based on a specific criteria.
Any help greatly appreciated.