Excel Function
Excel Function
LEFT
RIGHT
MID
TRIM
LEN
Concatenate
SEARCH /FIND
FIND is case sensitive SEARCH is not
REPLACE
CHAR to get a character associated with a value
Char(65) = A
Char(90)=Z
Text Functions
TRIM : remove spaces between the
text
(leaving single space)
- Removes spaces at beginning and end
of the cell
Other Functions