CONCATENATE(string1[,string2...])
CONCATENATE returns up appended strings.
CONCATENATE("aa","bb") equals "aabb".
LEFT, MID, RIGHT.