A customer has given me a list of phone numbers and e-mail ect in excel and he wants to find the contacts by there phone
numbers whats the best and easiest way to do this
thanks Davy
Microsoft ExcelMicrosoft Office
Last Comment
davy999
8/22/2022 - Mon
Rgonzo1971
Hi,
Could you send an example?
Regards
Paul Thomson
Easiest way is to put filters on your header row and when you want to find a phone number click the drop down arrow on the header and enter some of the phone number digits into the search bar.
Hi,
You can have loop to scan through the Worksheet and check if the cell is having numbers inside and is with length like 8 digits.
Use numeric is check if cell value is numeric.
Could you send an example?
Regards