Let's do this one item from the list at a time.
For
- Column G from sheet "Payments - Weekly Service" into column H, I and M on sheet "Report"
put this formula down columns H, I and M of 'Report'. You will likely have to copy and paste one Monthly sub-section at a time. Let us know if this gives you a start.
For this part
=IF(COUNTIF($D3,"*Weekly Cleaning Service Renewal*"),SUMIFS('Payments - Weekly Service'!$H:$H,'Payments - Weekly Service'!$A:$A,Report!$C3),"")
in column L of 'Report'.
Again do the copy / paste for each monthly sub-section.
That takes care of the $$ parts. The rest is text. I will need to spend some time mapping out the formula(s) for those and post back.
In the meantime does this do what you want?
PS On second thought the first formula can just be done on column H of 'Report' then in columns I and M and fill down. It saves triplicate calculations.
Bookmarks