latest status with against dates

vichuz

New Member
Joined
Nov 20, 2017
Messages
1
Hi all,
Could you please help with my below query.

I am having a document register which contains transmittal number, document number submission date to the client, the status of the document, I need to find out the latest status of the document with latest date and approval code against each document number mentioned below. please check the link for more
details.

https://ibb.co/hbWw56

ABCDEFGH
Transmittal
Reference
FEES Document No.Document Title/DescriptionRev.Vendor Submission datePurpose of
Submission
Client Response DateReview
Status
1TRN-611J---4005layoutA26-Oct-16IFR9-Nov-16Code-3
1TRN-689J---4005layout017-Nov-16IFA4-Dec-16Code-2
1TRN-721J---4009GA DrawingsA04-Dec-16IFR9-Jan-17Code-3
1TRN-814J---4013EQUIPMENT DWGSA02-Feb-17IFR20-Feb-17Code-3
1TRN-829J---4009GA DrawingsB11-Feb-17IFA22-Feb-17code-3
1TRN-889J---4013EQUIPMENT DWGSB04-Mar-17IFA13-Mar-17Code-2
1TRN-891J---4009GA Drawings005-Mar-17IFA13-Mar-17code-3
1TRN-1017J---4007IsometricsA04-Jun-17IFR29-Jun-17Code-3
1TRN-1022J---4006Loop DrawingsA08-Jun-17IFR11-Jul-17Code-2
1TRN-1027J---4005layout114-Jun-17IFC3-Jul-17code-2
1TRN-1028J---4012INSTRUMENT DIAGRAMA14-Jun-17IFR4-Jul-17Code-3
1TRN-1040J---4009GA Drawings122-Jun-17IFC11-Jul-17code-2
1TRN-1041J---4013EQUIPMENT DWGS022-Jun-17IFA
1TRN-1050J---4007IsometricsB05-Jul-17IFA26-Jul-17Code-3
1TRN-1052J---4012INSTRUMENT DIAGRAM010-Jul-17IFA22-Jul-17code-2
1TRN-1055J---4006Loop Drawings017-Jul-17IFA
1TRN-1065J---4012INSTRUMENT DIAGRAM101-Aug-17IFC
1TRN-1065J---4007IsometricsC01-Aug-17IFA27-Aug-17Code-2
1TRN-1074J---4009GA Drawings214-Aug-17IFC26-Sep-17code-1
1TRN-1074J---4005layout214-Aug-17IFC26-Sep-17code-1
1TRN-1081J---4007Isometrics028-Aug-17IFA26-Sep-17code-1
Required answerABCDE
Document numberDocument Title/DescriptionRev.Review
Status
Current communication (pending)
J---4005layout3code-1Vendor
J---4006Loop Drawings0Code-2client
J---4007Isometrics0code-1Vendor
J---4009GA Drawings2code-1Vendor
J---4012INSTRUMENT DIAGRAM1code-2client
J---4013EQUIPMENT DWGS1code-2client

<tbody>
</tbody>
Thanks
hbWw56

<tbody>
</tbody>
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Hi,

Take a look at this:


Book1
ABCDE
1Document numberDocument Title/DescriptionRev.Review StatusCurrent communication (pending)
2J---4005layout2code-1Vendor
3J---4006Loop Drawings0Code-2Client
4J---4007Isometrics0code-1Vendor
5J---4009GA Drawings2code-1Vendor
6J---4012INSTRUMENT DIAGRAM1code-2Client
7J---4013EQUIPMENT DWGS0Code-2Client
Sheet2
Cell Formulas
RangeFormula
A2{=IFERROR(INDEX(Sheet1!$B$2:$B$22, MATCH(SMALL(IF(COUNTIF($A$1:A1,Sheet1!$B$2:$B$22)=0, COUNTIF(Sheet1!$B$2:$B$22, "<"&Sheet1!$B$2:$B$22), ""), 1), COUNTIF(Sheet1!$B$2:$B$22, "<"&Sheet1!$B$2:$B$22), 0)),"")}
B2{=IF(A2="","",INDEX(Sheet1!$C$2:$C$22,LARGE(IF(Sheet1!$B$2:$B$22=A2,ROW(Sheet1!$E$2:$E$22)-1,1),1)))}
C2{=IF(A2="","",INDEX(Sheet1!$D$2:$D$22,LARGE(IF(Sheet1!$B$2:$B$22=A2,ROW(Sheet1!$E$2:$E$22)-1,0),1)))}
D2{=IF(A2="","",INDEX(Sheet1!$H$2:$H$22,LARGE(IF(Sheet1!$B$2:$B$22=A2,ROW(Sheet1!$E$2:$E$22)-1,0),IF(E2="Vendor",1,2))))}
E2{=IFERROR(LOOKUP(INDEX(Sheet1!$G$2:$G$22,LARGE(IF(Sheet1!$B$2:$B$22=A2,ROW(Sheet1!$E$2:$E$22)-1,""),1)),{0;1},{"Client";"Vendor"}),"")}
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0

Forum statistics

Threads
1,215,159
Messages
6,123,351
Members
449,097
Latest member
thnirmitha

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