Sample Data
This data represents simple text strings in column A and spaces in column B, used to demonstrate text concatenation with the Text tool basics.
| Cell | Value |
|---|---|
| A1 | Hello |
| A2 | World |
| A3 | 123 |
| B1 | |
| B2 | |
| B3 | |
| C1 | Hello World |
| C2 | World 123 |
| C3 | 123 123 |
This data represents simple text strings in column A and spaces in column B, used to demonstrate text concatenation with the Text tool basics.
| Cell | Value |
|---|---|
| A1 | Hello |
| A2 | World |
| A3 | 123 |
| B1 | |
| B2 | |
| B3 | |
| C1 | Hello World |
| C2 | World 123 |
| C3 | 123 123 |
=A1 & B1 & A2