COUNTIF AND Statement

Options
Micayla Ryan
edited 08/13/20 in Smartsheet Basics

Hi, it's me again.. I promise that one day I will understand SmartSheet formulas :)


Trying to COUNTIF the Status is Complete AND the Phase is Rollout (will need to do this for the other four phases)

=IF(AND([Status]@row <= “Complete”(), Phase@row = “Rollout”))

^^ Does not work


Tried to select the range on the sheet as well:

=COUNTIF(AND({Talent Project Plan V2 Range 1} = “Complete”(), {Talent Project Plan V2 Range 2} = “Rollout”()))

^^No luck with this either


Any ideas what I'm doing wrong?

Best Answer

Answers