Hi, I am setting up a metric sheet for a dashboard chart. I am trying to add Revenue for Delivered sessions, Revenue for Expired sessions, and Revenue for Scheduled sessions. The two columns are REVENUE and SESSION STATUS (Delivered, Expired, Scheduled).
However, because of the size limitations to Smartsheet sheets, I had to divide sessions into two sheets - Jan to June and July to Dec.
The formula that works for adding up the Revenue of Delivered sessions from one of those sheets is =SUMIF({Jan to June Status}, "Delivered", {Jan to June Revenue}) then I continue for "Expired" and "Scheduled".
My question is: is there a way to use a SUMIFS formula to add the revenue for all of Delivered from both sheets in one cell? E.g. something along the lines of =SUMIFS({Jan to June Status}, "Delivered", {Jan to June Revenue}), ({July to Dec Status}, "Delivered", {July to Dec Revenue})