Hey Alteryx Community,
I'm having a bit of an issue at the moment that you might be able to help me with. Essentially I've summarised by data to get this new dataset below:
But i'm unsure as to how I can add the values in the Total for January and December for each ID together to get a grand total for each ID.
| Identifier | CompanyName | Month | Total |
| ABC202_A | Test Company 1 Limited | January | 8102.16 |
| ABC202_A | Test Company 1 Limited | December | 12352.89 |
| DEF100_B | Test Company 2 Limited | January | 756.25 |
| DEF100_B | Test Company 2 Limited | December | 1014.75 |
| GHI987_C | Test Company 3 Limited | January | 3677.19 |
| GHI987_C | Test Company 3 Limited | December | 3737.97 |
Any and all help is much appreciated I'm probably missing something on my end that I can seem to figure it out.