Count numbers with leading zeros
To count numbers that contain leading zeros, you can use the SUMPRODUCT function with a simple logical expression. In the example shown, the formula in cell F5 is: =SUMPRODUCT(--(code=E5)) where code is the named range B5:B16.Read more