Hi I got some great help on countif a few weeks back! I tried to build on that advice and I am stuck. I would like to better understand why this isnt working:
=IF(AG3="Modify",COUNTIF($AA$2:$AA$100000,AA2),"")>1,"Escalate","SomethingElse")
so I tried to simplify with this
=COUNTIF(($AA$2:$AA$100000,AA2)>1,"Escalate","SomethingElse")
And I am still getting an error....I am missing something here and would like to better understand.
I am trying to look at AG=Modify only and return the word escalate if I have multiple hits in column AA!
Thanks!
=IF(AG3="Modify",COUNTIF($AA$2:$AA$100000,AA2),"")>1,"Escalate","SomethingElse")
so I tried to simplify with this
=COUNTIF(($AA$2:$AA$100000,AA2)>1,"Escalate","SomethingElse")
And I am still getting an error....I am missing something here and would like to better understand.
I am trying to look at AG=Modify only and return the word escalate if I have multiple hits in column AA!
Thanks!