
Combine text and numbers
In this example, we want to combine text and numbers. Use the &
operator to accomplish this.
4
To combine cells containing text and numbers:
1. Select cell B1 and type computers.
2. Select cell B2 and type 5.
3. Select cell B4 and type the following formula: ="You
ordered"&B2&""&B1&"today!".
Note: Each cell reference must be placed between &
operators, and additional text must be surrounded by
quotation marks.
14 Chapter 1
Figure 1-13