I have a bunch of numbers similar to SSNs in format, and would like to change the final number set to the same. So if the number structure is like this "123-45-6700", I want to have a formula to change the final number ONLY. So the "123-45" portion can be whatever, but I want to be able to change all of the 6789, 6790, 6745, to 6700. Does this make sense? I've been doing replacements, but it's tedious. Thank you!
Mostly find and replace, or manually.
Just like I have posted in comments above using TEXTBEFORE()
• Formula used in cell H3
Or,
• Formula used in cell H3
Or,
• Formula used in cell H3
Or,
• Formula used in cell G3
Please change
G3#to your original range as per your suit. In example I have used this to generate some random series.As in comments below Solar Mike Sir, pointed out that if it categorically needs to be replaced those which starts with
67then you could try the following :• Formula used in cell H3