Okay I have another issue
I have working formula
=IF(COUNTIF('Tab2'!P40:P58,"Fully Meets Expectation"),"DOES MEET","DOES NOT MEET")
However I need it ignore blanks so I tired to below but it did not work....please help....need a correct formula
Not working formula:
=IF(AND('Tab2!P40:P58<>""),IF(COUNTIF(Tab2!P40:P58,"Fully Meets Expectation"),"DOES MET","DOES NOT MEET"))
Bookmarks