kismatstha
New Member
- Joined
- Sep 11, 2020
- Messages
- 7
- Office Version
- 2016
- Platform
- Windows
Hello experts,
I have 3 columns in the sheet as illustrated below
Column A ->list of ID names
Column B->list of channel numbers corresponding to different ID names
Column C->list of dates corresponding to ID names and the channels numbers
ID channel date
A NEP-IND-12345 2020-05-20
A NEP-IND-12380 2023-09-23
B NEP-IND-23456 2006-01-29
B NEP-IND-23600 2008-08-17
B NEP-IND-23789 2024-01-09
Target: There are duplicate id names in column A and the target is to identify the ID names with latest date. The result should look like below:
ID channel date
A NEP-IND-12380 2023-09-23
B NEP-IND-23789 2024-01-09
SO can you help to give some formulas or macro code to identify the id names for duplicate with latest corresponding date?
Thank you.
-Susan
I have 3 columns in the sheet as illustrated below
Column A ->list of ID names
Column B->list of channel numbers corresponding to different ID names
Column C->list of dates corresponding to ID names and the channels numbers
ID channel date
A NEP-IND-12345 2020-05-20
A NEP-IND-12380 2023-09-23
B NEP-IND-23456 2006-01-29
B NEP-IND-23600 2008-08-17
B NEP-IND-23789 2024-01-09
Target: There are duplicate id names in column A and the target is to identify the ID names with latest date. The result should look like below:
ID channel date
A NEP-IND-12380 2023-09-23
B NEP-IND-23789 2024-01-09
SO can you help to give some formulas or macro code to identify the id names for duplicate with latest corresponding date?
Thank you.
-Susan