c. How is a text formula used for concatenation?
Answers
Answered by
1
Answer:
The ampersand (&) calculation operator lets you join text items without having to use a function. For example, =A1 & B1 returns the same value as =CONCATENATE(A1,B1)
Similar questions