=IF(LEFT(A1,1)=" ",SUBSTITUTE(A1," ","",1), A1): If a space is found in the first position, substitute it with an empty string; otherwise, just return the original string. : SUBSTITUTE « Text functions « Microsoft Office Excel 2007 Tutorial
22. 21. 8. =IF(LEFT(A1,1)=" ",SUBSTITUTE(A1," ","",1), A1): If a space is found in the first position, substitute it with an empty string; otherwise, just return the original string.
Input the formula: =IF(LEFT(A1,1)=" ",SUBSTITUTE(A1," ","",1), A1)
=IF(LEFT(A1,1)=" ",SUBSTITUTE(A1," ","",1), A1): If a space is found in the first position, substitute it with an empty string; otherwise, just return the original string.