Forum Discussion
Danger_SF
Apr 13, 2022Brass Contributor
How do I remove the first and last number from a 5-digit number?
So I know if I want to remove the last digit of a 5-digit number, I use the formula: =LEFT(C2,4) C2 being the cell I am affecting. In the case of the number 01234 being in cell C2, my formula would...
- Apr 13, 2022
Detlef_Lewin
Apr 13, 2022Silver Contributor
Danger_SF
Apr 13, 2022Brass Contributor
Thank you!