I'm having some issues counting values in excel which contain *
I am comparing a document version number to the version a user has read, with the * to signify full training completed on the SOP.
I have a countif formula counting every cell which is below the version number to give me the number of people who are out of date on each SOP.
My countif formula is as follows.
=COUNTIF(C2:K2,"<"&A2)+COUNTIF(C2:K2,"<"&(A2&"~*"))
The formula is in the cell under OOD with the version number being A2 and the cells below staff 1-9 being C2:K2.
As you can see it is counting 4 entries as OOD but Staff 2-6 are OOD so the formula should return 5. It is counting 1* correctly as OOD and 9 as OOD but 2* is not recognised as below 10. If you need any more information please let me know!