Why does my formula show #UNPARSEABLE?
=COUNTIFS({[Name] Initiative - RAID Log Status}, CONTAINS($[Column7]$120, @cell), {[Name] Initiative - RAID Log Action Owner}, CONTAINS(Input@row, @CELL))
$[Column7]$120 includes the word "open"
Input@row contains a name
Reference {[Name] Initiative - RAID Log Status} is a column with a dropdown
Reference {[Name] Initiative - RAID Log Action Owner} is a multiple choice dropdown
I like to count all open items for a particular person by:
- counting all items that are either "open (active)" or "open (blocked)"
- here I use "CONTAIN the word open from the cell $[Column7]$12
- and that contain the name displayed in "Input@row"