All.
I have two lists of domain/host names.
Approved
google.com
state.gov
yahoo.com
whitehouse.gov
slashdot.org
And a list of domains/hosts that were scaped from a logfile.
news.google.com
travel.state.gov
www.google.com
www.dpreview.com
www.fark.com
etc.
What I need to do is calculate a cell value that indicates the domain from list #1 that would pass the item in list #2 or use the work "Fail"
new.google.com google.com
travel.state.gov state.gov
www.google.com Fail
www.fark.com Fail
etc.
I have copied the following array formula from a previous thread.
=Lookup(count(search(APPROVED,A1)),{0,1},{"BAD","GOOD"})
That produces the following result:
new.google.com GOOD
travel.state.gov GOOD
www.google.com BAD
www.fark.com BAD
Can anybody help.
Thanks
Mark
Bookmarks