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

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.

Matt Rogers

Well-known Member
Joined
Sep 23, 2011
Messages
1,030
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,191,032
Messages
5,984,245
Members
439,879
Latest member
KingGoulash

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
Top