|NAME|ITEM |VALUE|
|john| pen | 4 |
|john| book | 7 |
|john| cup | 3 |
|Eric| pen | 9 |
|Eric| book | 8 |
|Eric| cup | 1 |
I want to create a field or column called "office" which equals the sum of the values of pen & book , that is, office = "pen + book"