Get the latest date of drawing and its revision number

Stacy Rueda

Board Regular
Joined
Jun 23, 2016
Messages
87
Hi Guys,

Have a good day.

I have excel file with duplicated part numbers per cell but these part numbers have different revision letter and dates. Now, my problem is, i want to get the unique part number and its latest revision letter and date by using Excel formula. Please help me coz the one that i am using has error. Please see below table
INDEX($E$2:$E$11990,MAX(IF($B$2:$B$11990=$I6,ROW($B$2:$B$11990)-ROW($B$2)+1)))


BEFORE:
Part Number Drawing titleNo. of drwg.Drawing rev.Date of Distribution
63550 RES41ANov/13/2013
18751 Led1FNov/13/2013
21603 PCB ,12401ADec/26/2016
22744 ASSY,CPU1AJun/26/2014
22744 PCB CPU1AMay/13/2014
22745 BOARD,CPU9EMar/02/2017
26094 CABLE, 231CJan/22/2018
26094 CABLE, 232C1COct/03/2017
26094 CABLE, 2321BFeb/05/2016
26094 CABLE1BFeb/05/2016
26251 RES1AMar/13/2015
53454 RES21AMar/02/2017
55425 EMC AS1ANov/13/2013
55458 ASSY,12MOTHER2BDec/26/2016
55458 ASSY,MOTHER2BJun/02/2015

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

RESULT SHOULD BE LIKE THIS:
Part NumberDrawing rev.Date of Distribution
63550 ANov/13/2013
18751 FNov/13/2013
21603 ADec/26/2016
22744 AJun/26/2014
22745 EMar/02/2017
26094 CJan/22/2018
26251 AMar/13/2015
53454 AMar/02/2017
55425 ANov/13/2013
55458 BDec/26/2016

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

I have edited the table for this post, cell number may differ in the table above.

Thanks a lot!
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
hi steve the fish, yes that's true, because we have monitoring of drawing that we recieved. the latest date every part number and revision letter is what i need to reflect on formula i am using.

Thanks a lot
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,549
Members
449,089
Latest member
davidcom

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