George has attended:
Excel Advanced course
Trim function
Can you explain what this function does/ what's its use as well as what is the syntax of it?
Thanks
RE: Trim function
HI George
TRIM
Removes all spaces from text except for single spaces between words. Use TRIM on text that you have received from another application that may have irregular spacing.
Syntax
TRIM(text)
Text is the text from which you want spaces removed.
regards
Richard