Forum Discussion
ajmal_pottekattil_yoousuf
Nov 14, 2022Iron Contributor
How to remove Full stop in excel
How to remove the Full stop from the word.
- Nov 14, 2022
=LEFT(C3,LEN(C3)-1)
HansVogelaar
Nov 14, 2022MVP
=LEFT(C3,LEN(C3)-1)
=LEFT(C3,LEN(C3)-1)
=LEFT(C3,LEN(C3)-1)