This shouldn't be too difficult but I can't figure it out:
I have a list of dates that read examples such as "1/3/1900" and "4/16/2004". I want to count all of the cells that contain "1900". I tried =COUNTIF(A1:A10,"*1900"), which I thought would work, but it returned a value of 0. What should I do?
I have a list of dates that read examples such as "1/3/1900" and "4/16/2004". I want to count all of the cells that contain "1900". I tried =COUNTIF(A1:A10,"*1900"), which I thought would work, but it returned a value of 0. What should I do?