Good Evening Community. Trying to count an item that meets certain criteria. For example I am referencing two columns of the same sheet and trying to count the first column that contains Food POS and has a Projected Status of Projected Install. Below is code that has been attempted.
=COUNTIF(AND(({POS Install Status}, "Food POS") {POS Projected Install}, "Projected Installed"))