concatenale is an example of the following function
Answers
Answered by
0
In formal language theory and computer programming, string concatenation is the operation of joining character strings end-to-end. For example, the concatenation of "snow" and "ball" is "snowball". In certain formalisations of concatenation theory, also called string theory, string concatenation is a primitive notion.
Answered by
3
✒ The CONCATENATE function will give the result as a text string. The function converts numbers to text when they are joined. ... For example, =A1 & B1 will return the same value as =CONCATENATE(A1,B1).
Similar questions