date date and max code

Atul Kadam

New Member
Joined
Nov 22, 2016
Messages
6
date date and max code we wont in Ans.
we want to result in BOLD

A dateCodeB dateCodeC dateCodeMAX date MAX CodeMAX Cod & As per MAX date
30-Nov-1644120-Nov-16544130-Nov-165441MAX date MAX CodeMAX Cod & As per MAX date
10-Nov-16544110-Nov-1644130-Nov-16211
30-Nov-165430-Sep-16544130-Sep-16441
30-Jan-1621130-Nov-1621130-Jan-165441
1-Nov-1621130-Nov-16541-Nov-16211
1-Jan-16411-Jan-164130-Nov-1641

<tbody>
</tbody><colgroup><col><col><col><col><col><col><col><col><col></colgroup>
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Hi, I'm not sure ...:

Code:
Formula max date in G2:            =MAX(A2,C2,E2)
Formula max code in H2:            =MAX(B2,D2,F2)
Formula max code & max date in I2: =H2&TEXT(G2," DD-MMM-YY")
 
Upvote 0

Forum statistics

Threads
1,215,045
Messages
6,122,836
Members
449,096
Latest member
Erald

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