Hi,
I'm looking to calculate the Sum of each Color across Jan through Mar. My actual dataset includes 30+ columns/data fields so I am looking for a solution that does not involve adding each field in a Multi-Row Formula (i.e. Jan + Feb + Mar... etc).
| | Jan | Feb | Mar |
| Red | 11 | 12 | 7.5 |
| Orange | 10 | 13.01 | 9 |
| Yellow | 14.4 | 5 | 2 |
| Green | 8 | 2 | 1.11 |
Thank you!