Hi,
Trying to find a solution to this issue.
I've attached a snippet of some data.
1) First, I want to filter for 'Service Charge' under the 'Rent Type' column
2) Where the 'Frequency' column is '/Month', I want the data to be left untouched.
Where the 'Frequency' column is 'Total', I want the data to be left untouched again.
Where the 'Frequency' column is '/Quarter', I want the data to be divided by 3 and split across the months following.
E.G. where Mar - 2022 has 15000, I would want 5000 to be shown for Apr - 2022, May - 2022 and Jun - 2022. Mar - 2022 would then become zero.