J
Joann
I want to count instances where column T CONTAINS the letter "A" AND
where column L is not blank. If I add an extra column which I then
count, it works, but it sure is clunky:
=IF((ISERROR(SEARCH("A",T2))),"",IF(ISBLANK(L2),"-","A"))
I hope someone will lead me to a more elegant solution. Thanks,
Joann
where column L is not blank. If I add an extra column which I then
count, it works, but it sure is clunky:
=IF((ISERROR(SEARCH("A",T2))),"",IF(ISBLANK(L2),"-","A"))
I hope someone will lead me to a more elegant solution. Thanks,
Joann