I have a cell that contains text, phone numbers with hyphens, and SSN numbers with hyphens.
I only want to get the SSN.
I am using a the formula =MID(B10,SEARCH("-",B10,1)-3,11 but it pulls in the phone number or any other number that has a hyphen if they are before the SSN number.
Is there a formula I can use to pull in only the SSN?
I only want to get the SSN.
I am using a the formula =MID(B10,SEARCH("-",B10,1)-3,11 but it pulls in the phone number or any other number that has a hyphen if they are before the SSN number.
Is there a formula I can use to pull in only the SSN?