COUNTIF AND Statement

Micayla Ryan
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