Link to home
Start Free TrialLog in
Avatar of Matt Pinkston
Matt Pinkston

asked on

Lookup formula

One Last Formula Question

I have a spreadsheet with two tabs roster and users, both have a bunch of tabs.

in roster column F is email and column G is exist

in users column B is email

in roster if email is a hit anywhere in column B of users I want column G is roster to say OK otherwise it should say MISSING
Avatar of barry houdini
barry houdini
Flag of United Kingdom of Great Britain and Northern Ireland image

Try this formula in roster worksheet G2 copied down

=IF(COUNTIF(users!B:B,F2),"OK","missing")

regards, barry
Avatar of Matt Pinkston
Matt Pinkston

ASKER

does not seem to want to allow me to add that formula keeps saying error

roster
F=email
G=exist (this is the column we want to say OK or MISSING

users
B=email
ASKER CERTIFIED SOLUTION
Avatar of barry houdini
barry houdini
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Try this...
 I used vlookup command assuming email address lookup can occur anywhere 'User'

Ah... Count works also... i did not read other solution fully
EE-20130104-Lookup.xlsx