View Single Post
  #2   Report Post  
 
Posts: n/a
Default


-----Original Message-----
How can I count cells starting with character "C" in

second column and
related with the name John only.


John Car
Steve Bus
Bush Cycle
Powell Truck
Bruce Van
Bush Car
Powell Bus
Powell Cycle
Bruce Truck
John Van
Steve Car
Steve Bus
Bush Cycle
Powell Truck
John Van
John Cycle
John Car

.
Create a third column. Insert the formula if(a1="john",if

(left(b1,1)="c",1,0),0) Then total up the column.