Phone: 262-255-7430
=LEFT(D2,8)
Result of Cell D2
Phone: 9
I need to capture only the phone number. I want to disregard coming from the right side, because that approach is not 100%. Out of a quarter of 1 million records. I can always count on it looking like "Phone: 262-255-7430"
Therefore I would like to delete the first eight characters and retain the phone number.
Bob
=LEFT(D2,8)
Result of Cell D2
Phone: 9
I need to capture only the phone number. I want to disregard coming from the right side, because that approach is not 100%. Out of a quarter of 1 million records. I can always count on it looking like "Phone: 262-255-7430"
Therefore I would like to delete the first eight characters and retain the phone number.
Bob