I want to use the countif function to count the number of cells with contents starting with a "<" (e.g., <2.2)
I have tried =countif(range,"<*")
but does not work.
Thanks
Tim
I want to use the countif function to count the number of cells with contents starting with a "<" (e.g., <2.2)
I have tried =countif(range,"<*")
but does not work.
Thanks
Tim
Try
VBA Noob=COUNTIF(A:A,"*<*")
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
for specifically < as first character try
=COUNTIF(range,"~<*")
After spending quite a bit of time on this, that was embarassingly simple.
Thank you!
Tim
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks