Hello, I have a list of numbers (formated as text) that are 12 digits long. I need to remove the 3 digits prior to the last one (or the 9,10, and 11 digit). Is there a formula for that?
For example, my number is:
<tbody>
120184160013
I need it to be:
120184163
</tbody>