I'm setting up a Metrics Sheet and want to tally up the revenue received for all sessions delivered for each month. For example, I want to know how much in revenue we received for webinars in January, onsites in July, etc.
The columns in the sheet are Month, Onsite or Web?, and Revenue for Session. All three columns on are on the same reference sheet, titled PD - Jan to May.
I tried =COUNTIFS({PD - Jan to May Month}, Month@row, {PD - Jan to May Web or Onsite}, [Total Webinars]1, {PD - Jan to May Revenue}, SUM) but it didn't work.
I essentially want to filter by Month and Onsite vs. Web, then tally the rows within those parameters. How in the world would I set up that formula?