Using lookup with wildcard

  • Thread starter Thread starter littlefalco
  • Start date Start date
L

littlefalco

Hello,

I am new to excel, and wish to know how I can use Excel lookup with
wildcard? I have a number of devices that people call by different
names but there is a word that is common to all - "domain"

For example :

AD domain controller
domain controller
WINS domain controller
etc

I want to reclassify this as simply domain controller in a list of
data.

Please can some one help?
 
=INDEX(B1:B100,MATCH(TRUE,(ISNUMBER(FIND("domain controller",A1:A100))),0))

this is an array formula, so commit with Ctrl-Shift-Enter, not just Enter.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)
 

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