Page 101 - Computing E-Book Grade 5 (Updated)
P. 101

The City School  2021-2022




           1.  In this example, we want to join the agent’s name written in column A and region

              written in column B. The result will be displayed in column C
                                                                                                                   Analysing Data




















           2.  CONCATENATE will combine exactly what you tell it to combine, and nothing more.




















           3.  If you want punctuation, spaces, or any other details to appear in the cell, you’ll need to

              tell CONCATENATE to include it. To add a space, we can simply add another argument:

              “ “ (two double quotes around a space). Make sure the three arguments are separated
              by commas: =CONCATENATE(A2,” “,B2)


































                                                                                                              101
   96   97   98   99   100   101   102   103   104   105   106