I am trying to build a workflow that will take an excel file with multiple column fields including monthly payments that go out 20 years.
I would like to group this data by more than 1 column field and then summarize by year. Is there a formula that will look at the year in a date and then create and add new fields that add up the total payments by year for each grouping?
Solved! Go to Solution.
Hi @jmlabelle65 !
Will be better if you can share a example data with us but I understand being some like this
Record | 01/2019 | 02/2019 |
1 | 10 | 30 |
That way, you maybe can use transpose to to make only one column with the monthly data and create a column to get the year, maybe by DateTimeYear if you data have the datatype like date or using right formula if is string. With that new column you can use summarize tool to group by year and sum the total in values column.
Hope that help!
Can you tell me how I can open the example file, there doesn't seem to be a link.
Never mind I see it
@jmlabelle65
Just revised the workflow based on your input file.
Appreciate you would mark it as accept if you find it help.