49
Excel Formulas to Normalize the Text ~ A Complete Tutorial!!
Sometimes, while you import some text string from other devices or locations, they may with some punctuations, extra spaces, or upper cases which you want to remove and adjust. Here this tutorial introduces a formula that helps you to normalize the text in Excel. Let’s jump into this article!! Get an official version of ** MS Excel** from the following link: https://www.microsoft.com/en-in/microsoft-365/excel

=LOWER(TRIM(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,”(“,” “),”)”,” “),”-“,” “),”:”,” “),”;”,” “),”!”,” “),”,”,” “),”.”,” “)))
Refer to the below example image.



In this chapter, we have described the formulas to normalize the text in Excel. Hope you like it. Mention your queries in the comment box below.
Thank you so much for visiting *Geek Excel!! **If you want to learn more helpful formulas, check out Excel Formulas *!! **