View Single Post
 
Old 07-28-2016, 09:59 PM
xor xor is offline Windows 10 Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,101
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

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))
Reply With Quote