We are trying to create a formula that will count if 'Update Required' or 'Ticket Opened' or 'New Document Submitted' is found and 'SBR' is found in another cell
Goal is for us to understand that from the SBR items, we have X amount of items pending
This is what we are using but i think it's counting things incorrectly
=COUNTIFS({UPDATE REQUIRED}, HAS(@cell, "Update Required")) + COUNTIFS({UPDATE REQUIRED}, HAS(@cell, "Ticket Opened")) + COUNTIFS({UPDATE REQUIRED}, HAS(@cell, "New Document Submitted")) + COUNTIFS({GDS}, HAS(@cell, "Sabre"))