Forum Discussion
PKidd
3 years agoFrequent Visitor
Sum only once when multiple selection contained in csv column value
I have a table of schools and attendance figures The school names are in in CSV format I would like to sum the attendance figures only once per selected school The school selection is dynamic and...
- 3 years ago
PKidd
3 years agoFrequent Visitor
Raw data for sessons data
| Session | Schools | Pupils |
| 1 | A | 10 |
| 2 | A,B | 11 |
| 3 | A,B,C | 12 |
| 4 | B | 13 |
| 5 | A,C | 14 |