S 
		
								
				
				
			
		scottchampion
I need to count the number of cells in a range whose leftmost character
is an S, or an L.
I attempted to use the formula to count the cells starting with "S":
{=SUMPRODUCT(LEFT(H7:H134,1)="S")}
However it returned a zero, which is not correct. Does anyone know how
I could do this without writing a VB custom function?
Thanks!
Scott
				
			is an S, or an L.
I attempted to use the formula to count the cells starting with "S":
{=SUMPRODUCT(LEFT(H7:H134,1)="S")}
However it returned a zero, which is not correct. Does anyone know how
I could do this without writing a VB custom function?
Thanks!
Scott