I have my table data sums as follows
---------------------
Building | Area m2
---------------------
|Dante 12 | 10
|Dante 10 | 5
|Dante 9 | 2
|Crandley | 20
|Bence | 30
I want to sum Building Area but buildings like '%dante%' I want to combine into sum "Dante" like below:
-------------------
Building | Area m2
-------------------
Dante | 17
Crandley | 20
Bence | 30