How do I use the wildcard character and the NOT function?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to write a formula that will use the wildcard character with the
NOT function. In a list of names, I need to know which names were written as
First Name Last Name and which names were written Last Name, First Name. The
following formula works if you know the specific name.....=NOT(A2="Jones,
Jim")....but not if you have names other than Jones, Jim.
 
=IF(ISERROR(FIND(",",A2)),"First Last","Last, First")

Though it will choke on Jim Jones, Jr.

HTH,
Bernie
MS Excel MVP
 

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