Hi there,
I always get hung up on the HAS formula.
I am trying to pull data for a dashboard in a separate dashboard data sheet so I am referencing another sheet, let's call it "Supplier Data" and I want to count the number of times the Category column says "3 - Duplicate" and the BU column (multi-select) has a specific group, let's say "IT"
So =COUNTIFS({Category}, "3 - Duplicate", {BU}, HAS({BU}, "IT"))
What did I do wrong above?