Need Formula

Ron99

Active Member
Joined
Feb 10, 2010
Messages
347
Office Version
  1. 2016
Platform
  1. Windows
Below is the table

DLMHISTORYCATALOGUE
101224
205623
583029

I need the formula to pick the max number and under the result column show the max header.

DLMHISTORYCATALOGUERESULT
101224CATALOGUE
205623HISTORY
583029DLM
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Try below (but have you thought about if it is possible and what should happen if more than one cell in the row contains the max value?)

24 10 09.xlsm
ABCD
1DLMHISTORYCATALOGUERESULT
2101224CATALOGUE
3205623HISTORY
4583029DLM
Header
Cell Formulas
RangeFormula
D2:D4D2=INDEX(A$1:C$1,MATCH(MAX(A2:C2),A2:C2,0))
 
Upvote 0
Thank you very much. That helps.
You're welcome. Thanks for the follow-up. :)

What about my question though?
but have you thought about if it is possible and what should happen if more than one cell in the row contains the max value?
For example, is this possible & what results?

24 10 09.xlsm
ABCD
1DLMHISTORYCATALOGUERESULT
2242424?
323623?
Header
 
Upvote 0

Forum statistics

Threads
1,223,919
Messages
6,175,368
Members
452,638
Latest member
Oluwabukunmi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top