G
Guest
I have some data of phone numbers headed by their respective area codes:
224 312 630 773 815 847
2011462 2020356 1323562 2021797 2074066 2011033
2108768 2035678 1869414 2011462 2101544 2011376
2108926 2037780 2012696 2028915 2102712 2011462
How can I check if a number in another field, say 8472011462 is in the list?
I would need to first check the source area code of 847 from 8472011462 (the
source area code will always be the first 3 of the number). This give me the
area code. Next, I would need to check the appropriate col, i.e. the 847
col, then search it for the given number, i.e. 2011462. If found set a field
DNC for that record to be true, els false.
Thanks if you can help!
224 312 630 773 815 847
2011462 2020356 1323562 2021797 2074066 2011033
2108768 2035678 1869414 2011462 2101544 2011376
2108926 2037780 2012696 2028915 2102712 2011462
How can I check if a number in another field, say 8472011462 is in the list?
I would need to first check the source area code of 847 from 8472011462 (the
source area code will always be the first 3 of the number). This give me the
area code. Next, I would need to check the appropriate col, i.e. the 847
col, then search it for the given number, i.e. 2011462. If found set a field
DNC for that record to be true, els false.
Thanks if you can help!