Thread
:
having trouble with OR in COUNTIF statement
View Single Post
07-28-2016, 09:59 PM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,101
Wildcards only work for cells containing text, not for cells containing numbers.
You might want to try:
=SUMPRODUCT((--(LEFT(Y2:Y64,1))=7) + (--(LEFT(Y2:Y64,1))=8) + (--(LEFT(Y2:Y64,1))=9))
xor
View Public Profile
Find all posts by xor