View Single Post
  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Try this:

=IF(COUNTIF(B$12347:B$12565,B2),1,"")

Biff

"mdeanda" wrote in message
...


"mdeanda" wrote:

I have a worksheet with 12000 lines of employee data. At the end of the
work
sheet I appended 200 names in the name column. I need a formula that
will
match the 200 names with the previous 12000 lines an returen a 1 in the
corresponding/matching row in the A column


Why won't the following IF statement work?
IF(B2=(B12347:B12565),1," ")