Hi,
I have a sheet with ranges identified as SUBJECTM and FLAGM. On my summary page, I have a list of all variables, with the column identified as Metric. In the main sheet, the subject field is a series of checkboxes with the ability to select multiple options (think : maths, english, french, art).
I want to count the instances of maths where the flag is red.
I've used the formula =COUNTIFS({SubjectM},(Metric@row),{FlagM},"Red") where the entry in Metric is Maths.
It is returning a result of 0 but I know that there is at least 1 maths entry flagged red.
Do I need a COUNTM for the first variable and if so, how do I integrate it with the COUNTIFS formula, please? I tried to write it as = COUNTIFS(COUNTM(...) but it came back as computer says no.