FIND

  • Thread starter Thread starter Max
  • Start date Start date
M

Max

What is the replacemnt for "FIND" in this line:

=LEFT(A2,IF(ISERROR(FIND(",",A2,1)),LEN(A2),FIND(",",A2,1)-1))

to create an update query?
 
If you are looking for the Access equivaliate the try this --
InStr(A2,",")
 

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