eirikdaude
Board Regular
- Joined
- Nov 26, 2013
- Messages
- 93
- Office Version
- 365
- Platform
- Windows
I have a spreadsheet in which I dump some data from SAP, which ends up looking something like this
I then insert a formula in J2 which is supposed to find the latest date / month there is a registration for. However, it doesn't seem to be able to interpret values in column D as dates.
What would be the simplest way to implement this? I'd be fine with using VBA for this, but simpler is better.
I believe the month will always be represented by the leftmost two digits in the cells, but I'm not positive that e.g. 1.2021 might not pop up.
I then insert a formula in J2 which is supposed to find the latest date / month there is a registration for. However, it doesn't seem to be able to interpret values in column D as dates.
What would be the simplest way to implement this? I'd be fine with using VBA for this, but simpler is better.
I believe the month will always be represented by the leftmost two digits in the cells, but I'm not positive that e.g. 1.2021 might not pop up.