CONCATENATE

Name

CONCATENATE -- 

Synopsis

CONCATENATE(string1[;string2...])"

Description

CONCATENATE plakt de gegeven strings achter elkaar.

Deze functie is compatibel met Excel.

Examples

CONCATENATE("aa","bb") is "aabb"

See also

LEFT, MID, RIGHT.