Microsoft
Software
Hardware
Network
Question : Microsoft Excel 2007: How to find the largest value in one column then displaying a label from the other corresponding column??
What i need to do is create a function that displays the name of the person who has the highest value.
Here's an example
A B C D E
1 Name Jan Feb Mar Total
2 Joe 2 6 1 9
3 Anne 1 7 3 11
4 Mila 8 5 6 19
5 Cole 3 4 1 8
6
7
8 Highest Sales Person ( )
So i basically need to find the highest value between E2:E5 (19) and then have the corresponding name (Mila) appear in cell E8. The function has to all fit into cell E8.
i hope this makes sense.
Answer : Microsoft Excel 2007: How to find the largest value in one column then displaying a label from the other corresponding column??
=INDEX(A2:A5,MATCH(MAX(E2:
E5),E2:E5,
0))
Kevin
Random Solutions
Message size limited using SendObject?
Converting an Access Date/Time column's value to a DateTime object
How do I move a worksheet from one spreadsheet to another, while keeping all formulas exactly the same (so it doesn't move the file name with it)?
Computer Browsing (My Network Places)
auto log off and close forms if idle problem
Access VBA Code with Excel Object Save As just started generating the Automation Error - The server threw an exception.
Installing table relationship via vba... Part 1
How do I use the debugger in Microsoft Access?
Loop through table and number records
Using SQL for Gridview Paging vs Caching