mole999
Well-known Member
- Joined
- Oct 23, 2004
- Messages
- 10,524
- Office Version
- 2019
- 2016
- 2013
- Platform
- Windows
I am trying to resolve a problem that I have in SQL, for the meantime I need a quickish fix on the excel output
I have unique IDs, with different dates
just need a code to look at the unique and put a mark in a helper column of the earliest date. The range is about 3500, and they are all sorted on ID, with date descending
Thoughts most welcome
I have unique IDs, with different dates
just need a code to look at the unique and put a mark in a helper column of the earliest date. The range is about 3500, and they are all sorted on ID, with date descending
Excel Workbook | |||||
---|---|---|---|---|---|
B | C | D | |||
1 | duplicate IDs | Date | marker | ||
2 | A | 01/07/2014 | |||
3 | A | 01/09/2013 | |||
4 | A | 02/06/2012 | x | ||
5 | B | 13/05/2029 | |||
6 | B | 17/02/1964 | x | ||
7 | B | 01/01/2009 | |||
Sheet1 |
Thoughts most welcome