Hi,
I have two different data sources which gather information on users. One is a telephony recording system and the other is a CRM type system. I have generated CSV dumps from both systems. I would like to build a formula which would use a name and date/time from the CRM sheet and then find an exact match name and the closest date/time match in the telephony sheet.
EG: =function("John Smith", 13/04/2016 17:54) should return either
1. "" if John Smith is not in the telephony sheet
2. 17971652 -- the unique id for the closest matching record to the passed date/time in the telephony system
Thanks in advance
Cormac
I have two different data sources which gather information on users. One is a telephony recording system and the other is a CRM type system. I have generated CSV dumps from both systems. I would like to build a formula which would use a name and date/time from the CRM sheet and then find an exact match name and the closest date/time match in the telephony sheet.
EG: =function("John Smith", 13/04/2016 17:54) should return either
1. "" if John Smith is not in the telephony sheet
2. 17971652 -- the unique id for the closest matching record to the passed date/time in the telephony system
Thanks in advance
Cormac