VLOOKUP range and IF?

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

Data setup:
A: ID # B: Place
1 33133 C
2 33133 C
3 33133 Y
4 44144 C
5 44144 C

And so forth.

The need: a combination VLOOKUP and IF formula that will fill in the
following:

A: ID # B: At Least One Non-C
1 33133 Yes
2 44144 No

Any thoughts?
 
Worked perfectly, Bob - thanks.

Bob Phillips said:
=SUMPRODUCT(--('Data setup'!$A$2:$A$200=A2),--('Data
setup'!$B$2:$B$20<>"C"))>0

--
__________________________________
HTH

Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top