I am trying to count how many times any of the following text values show up in a cell range.
Cell range - A5:AG5
text I am trying to count:
LQD
LQD2
LQD3
I have tried this formula but it is returning a blank cell.
=COUNTIF(V5:AG5,"LQD")+COUNTIF(V5:AG5,"LQD2")+COUNTIF(V5:AG5,"LQD3")
What am I doing wrong?
Cell range - A5:AG5
text I am trying to count:
LQD
LQD2
LQD3
I have tried this formula but it is returning a blank cell.
=COUNTIF(V5:AG5,"LQD")+COUNTIF(V5:AG5,"LQD2")+COUNTIF(V5:AG5,"LQD3")
What am I doing wrong?