After explaining how to make report in Microsoft Excel, now I will demonstrate the using of several text function in Microsoft Excel.
Study case 1
Suppose you already input the data like picture below. You want make report and want the report simple to read so you want to merge two field to become one field.
You can do this with text function namely concatenate. The syntax is concatenate(text1,text2,so on)
Look at the sample below, there are three field namely month, year, note. For the sake of report you want combine field year and month. So you have to type =concatenate(E6," ",D6) afterward you can copy to the cell below.
Notice that I add " " (space) between E6 and D6 to make the result like this 2013 January. If I type =concatenate(E6,D6) the result is 2013January (without space).
Study case 1
Suppose you already input the data like picture below. You want make report and want the report simple to read so you want to merge two field to become one field.
You can do this with text function namely concatenate. The syntax is concatenate(text1,text2,so on)
Look at the sample below, there are three field namely month, year, note. For the sake of report you want combine field year and month. So you have to type =concatenate(E6," ",D6) afterward you can copy to the cell below.
Notice that I add " " (space) between E6 and D6 to make the result like this 2013 January. If I type =concatenate(E6,D6) the result is 2013January (without space).
Concatenate function sample |
Study case 2
As a parent you want to measure kids understanding in Grammar. Below is the simple example. There are two area, kids area (Question and kid's answer) and teacher's area (the answer and grade).