EXEL HOW TO FIND MAX
Solved/Closed
Hello, On exel i know its possible to get the computer to find the MAX value from a set of numbers, but in my case i want it to find the max value but instead of showing the figure in the cell, but to show the corresponding column heading like 'Cakes' for example.
PLEASE HELP THIS IS FOR COURSEWORK.
PLEASE HELP THIS IS FOR COURSEWORK.
Related:
- EXEL HOW TO FIND MAX
- Free fire max download - Download - Battle royale
- Free fire max email id - Guide
- Max repel cheat code fire red - Guide
- Hbo max download pc - Download - Movies, series and TV
- Max active checking torrents - Guide
5 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Feb 4, 2010 at 04:40 PM
Feb 4, 2010 at 04:40 PM
Could you give some sort of sample lines to know exactly what you seek
Say i have to following data:
Ages
16-20 21-30 30-40
Walking 23 12 21
Running 32 23 25
Cycling 43 26 28
Swimming 43 21 22
And i use the formula =MAX() of the numbers for walking, obviously the biggest number is 23, but i dont want this in the cell i want 'Walking'.
Thank-you
Ages
16-20 21-30 30-40
Walking 23 12 21
Running 32 23 25
Cycling 43 26 28
Swimming 43 21 22
And i use the formula =MAX() of the numbers for walking, obviously the biggest number is 23, but i dont want this in the cell i want 'Walking'.
Thank-you
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Feb 4, 2010 at 06:12 PM
Feb 4, 2010 at 06:12 PM
=INDIRECT(ADDRESS(1,MATCH(MAX(A2:D2),A2:D2,0)))