Assuming your data starts with A1 and apply the below formula in b1 and drag down (select B1 to B11 and CTRL + D)
=RIGHT(A1,2)

Assuming your data starts with A1 and apply the below formula in b1 and drag down (select B1 to B11 and CTRL + D)
=RIGHT(A1,2)

This Should do it.
=LEFT(A1,LEN(A1)-2)
What we do in the formula is ask for the Left side of the text from the total string lenght minus two, which removes the 2 last characters in the string.
formula remove last 2 digits
Remove last 3 digits
Is there a way to remove the last two characters from a field?
Formula to extract the last 5 digits of a text string into a different column?
Hi, I need to find the elapsed time between the start and the end of kids taking a test. The program showed start and end times, but it puts CT (central time) at the end, which means i can't just use a formula to calculate the difference. (For example, 02/14/24 08:02:15 AM CT) for both fields.
Is there a way to TRUNC or something with text? It works if I remove CT manually, but it's a big project so I don't really want to do that 1200 times.
How do I create a formula that removes the last three digits
Ex. i want A6126009968 to be A6126009