Hello to All,
I am trying to count items in a column. I have the formula in place for all inpatient and another formula for ambulatory. I need a count for those that have selected inpatient AND Ambulatory, basically how many selected both locations. This is what I have tried:
=COUNTIF(Location:Location, HAS(@cell, "inpatient"), HAS(@cell, "ambulatory)) and a few others but all result in #unparseable.