count a name

F

ferde

c3 = "pass" If a:1 is "Bob Smith" and his name appears in a list of names
B2:b200 .....would appreciate any help.
 
D

davesexcel

c3 = "pass" If a:1 is "Bob Smith" and his name appears in a list o
names
B2:b200 .....would appreciate any help.

I don't know what you asking

how about this

=If(A1="Bob Smith","pass",""
 
F

ferde

I am trying to assign a passing grade to Bob Smith whose name appears in a
very long list of names in b2:b200
 
D

davesexcel

bob smith
=COUNTIF(B2:B200,E12)
This formula will count the number of criteria in range B2:B200
E12 in this formula is the criteria, so you would type bob smith i
E12, adjust the formula to meet your need
 
Top