Formula to Search for the Latest update Criteria Name

Lukma

Board Regular
Joined
Feb 12, 2020
Messages
240
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
Hi Friends

I need a some assistance with a formula on my data

i have list of name in Column C3 to C5 i need my formula D3 & E3 to find the latest update information about the Name from Column D9 and E9

Example Allianze Jade the it should give me the latest information about allianze Jade in D & E

Appreciate your help with the formula


H&G - Summary Tracking - 2022.xlsx
BCDE
2VesselTotal on-Hire DaysTotal Numbers Off-hire DaysVessel Status Notification
3Allianz JadeDemobilizationChargeable
4Barge Safeen
5LCT-Pioneer Eagle
6
7February-2022
8MonthVessel Onhire/OffhireCategory
9JanuaryBarge SafeenMobilizationChargeable
10JanuaryAllianz JadeDemobilizationMaintenance Days
11JanuaryLCT-Pioneer EagleDemobilizationChargeable
12JanuaryAllianz JadeMobilizationChargeable
13 Barge SafeenDemobilizationChargeable
14 
15 
16 
Data_Entry
Cell Formulas
RangeFormula
B9:B16B9=IFERROR(EOMONTH([@[Start Datetime]],-1)+1,"")
Cells with Data Validation
CellAllowCriteria
C9:E16Custom=COUNTIFS($E$9:$E$16,$E9,$D$9:$D$16,$D9,$C$9:$C$16,$C9)<=1
B7List=Info!$I$2:$I$13
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
There are two records for Allianz Jade:
Demobilization Maintenance Days
Mobilization Chargeable


How did you come up with the result:
Demobilization Chargeable
 
Upvote 0
There are two records for Allianz Jade:
Demobilization Maintenance Days
Mobilization Chargeable


How did you come up with the result:
Demobilization Chargeable

Good Mornin flashbond,

thanks i simply give an example to what i was looking for and you are right

the column B i place the name fix there so in my data i gave an example Barge Safeen with the current status mobilization and Chargeable

So i need a formula that provides me with the current status of the vessel as a reminder to avoid duplicate entry because data will be shared to many

Appreciate your assistance


H&G - Summary Tracking - 2022.xlsx
BCDEFGHIJ
2VesselTotal on-Hire DaysTotal Numbers Off-hire DaysVessel Status Notification
3Allianz Jade
4Barge SafeenMobilizationChargeable
5LCT-Pioneer Eagle
6
7February-2022
8MonthVessel Onhire/OffhireCategoryStart DatetimeEnd DateTimeDaysCustomerRemarks
9JanuaryBarge SafeenDemobilizationNo Charge01/01/2022 1:1002/01/2022 2:00-1
10JanuaryBarge SafeenOff-Hire (Short Term)Maintenance Days02/01/2022 3:0004/02/2022 15:00 
11JanuaryAllianz JadeOn-HireDemobilization01/01/2022 1:1002/01/2022 2:001
12JanuaryLCT-Pioneer EagleMobilizationTechnical Planned Maintenance02/01/2022 3:0004/02/2022 15:0033
13JanuaryBarge SafeenMobilizationChargeable02/01/2022 3:0004/02/2022 15:0033
Data_Entry
Cell Formulas
RangeFormula
B9:B13B9=EOMONTH(F9,0)-1
H9:H13H9=IF(D9="Mobilization",DAYS(G9,F9),IF(D9="On-Hire",DAYS(G9,F9),IF(D9="Demobilization",DAYS(F9,G9),IF(D9="Off-Hire(Short term)",DAYS(F9,G9),IF(D9="Off-Hire (long Term)",DAYS(F9,G9),IF(D9="Non-Contractual Period",DAYS(F9,G9),""))))))
Cells with Data Validation
CellAllowCriteria
C9:C13List=Info!$G$2:$G$4
D9:D13List=Info!$D$2:$D$7
E9:E13List=Info!$H$2:$H$12
B7List=Info!$I$2:$I$13
 
Upvote 0

Forum statistics

Threads
1,215,429
Messages
6,124,841
Members
449,193
Latest member
MikeVol

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