Hello,
I was able to create a formula to reference a sheet and calculate total activity cost per month:
=SUMIFS({May}, {Activities}, CONTAINS("Book-in", @cell))
Results are the total cost of activities that contain 'Book-in'.
However, when I tried to recreate this formula and reference another sheet, I get incorrect argument set:
=SUMIFS({January 2019}, {Activities}, CONTAINS("book", @cell))
Any thoughts?
Thank you!
Nathan