I have been given a Large set of data of multiple companies with invoices from different dates throughout 2021,22,23. Attached is the Test data on excel.
I am trying to simply have an output where it shows the Company name, Description of the company and then the total invoice value for 2022. So it looks like something below;
| CHICKEN FARM | Signage - temp | £232.61 |
| Melon Farm | Structural Engineers | £503,628,63 |
I've tried simply filtering out the 2021 and 2023 data and creating a running total for the data remaining but I can't seem to format the data correctly or really even make much progress with this. I am pretty new to Alteryx as well so sorry if this is a simple question any help would be greatly appreciated.