TRIM Excel Formula β How to remove extra spaces or leading spaces in Excel?
You must have faced a condition when your data cells contain extra spaces, leading spaces or trailing spaces and you wanted to remove these extra spaces to standardize the data.
So here you may use this amazing excel formula to remove these spaces:
Excel Formula:
=Trim(text)
Below is an example where Cell contains extra spaces. So you just need to write a formula in Cell βB2β:
Please see below where I used this βTRIMβ function to remove these spaces:
Hope you like this.