However, the CONCATENATE function within Excel is nevertheless important and should be understood.
For example, let’s say that you have the following values in an Excel Workbook:
And you want to have C3 act as a destination for the concatenated phrase, “This Tree is Red”. To accomplish this, you must enter the following code into the destination cell (C1).
=CONCATENATE(A2, “ is “, B2)
=CONCATENATE(A2, “ is “, B2)
This informs Excel that it must make a new value which contains the values for:
A2 = This Tree
“ is “
B2 = Red
The illustration below shows what this would look like within Excel:
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.