Hi guys
Long time lurker, got some really useful info from this site.
I have had a look round regarding removing duplicates for my needs but cannot find a precise match and I need to get this resolved ASAP.
I have an extract of data with multiple columns
Column A contains item number
Column B contains customer name
Column C contains the date valid
Column D contains the price
The way I have been provided the data I need to make sure there are only unique items per customer using the newest date example below
Item1 - London Clinic Hospital - 01/01/14 - 50
Item1 - London Clinic Hospital - 01/01/15 - 60
Item1 - London Clinic Hospital - 01/01/16 - 70
So I need a way to remove safely the 2014 and 2015 records and leave only the newest record i.e. in this example 2016
Any help much appreciated
Thanks
Long time lurker, got some really useful info from this site.
I have had a look round regarding removing duplicates for my needs but cannot find a precise match and I need to get this resolved ASAP.
I have an extract of data with multiple columns
Column A contains item number
Column B contains customer name
Column C contains the date valid
Column D contains the price
The way I have been provided the data I need to make sure there are only unique items per customer using the newest date example below
Item1 - London Clinic Hospital - 01/01/14 - 50
Item1 - London Clinic Hospital - 01/01/15 - 60
Item1 - London Clinic Hospital - 01/01/16 - 70
So I need a way to remove safely the 2014 and 2015 records and leave only the newest record i.e. in this example 2016
Any help much appreciated
Thanks