Hello.
I am trying to create a formula that helps me to summarize the information on my master sheet so I can create a dashboard. I am trying to sum up the number of courses between published and archived and the formula would collect data from two different columns (status and product type). Is it possible?
I tried to create the formula using Countif and Contains. Here's an example:
=COUNTIF({BlueSky Courses for IE Competencies Range 4}, "Published", CONTAINS({BlueSky Courses for IE Competencies Range 3}, [Primary Column]@row, @cell))
Logic (in my head only): Count the cell values "Published" in the Status column if contains (or belongs to) the product type "e-Learning Courses".
I'd love to hear also if there is any easier way to collect this information for the dashboard. Thank you so much for your help!
BlueSky Courses for IE Competencies Mater Sheet photo sample, and the new summary I am creating.