I am trying to create a formula to count the number of orders that are on hold. However, we have several hold types, so I just need to count any order that says 'hold' in the field. Here is my current formula. Can you help me figure out why it is not working?
=COUNTIFS({Copy of Copy of LATAM Backlog Range 2}, "40 DEALER CAPITAL ORDER", {Copy of Copy of LATAM Backlog Range 2}, "40 DEALER CAPITAL ORDER", {Copy of Copy of LATAM Backlog Range 3}, "CAPEQUIP", CONTAINS({Copy of Copy of LATAM Backlog Range 4}, "Hold", @cell))