find name and insert address

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

Guest

In worksheet "MT" column A is the customer, column e is the ship to address
that I need. In another file, worksheet "AD" column A is the customer,
column c is the ship to address. What is the formula?
 
Maybe I am really missing it! the formula I entered on B2 is
=IF(ISNA(MATCH(A2,'Cust Addresses'!A:A,0)),"",VLOOKUP(A2,'Cust
Addresses'!A:B,2,0))

That is what is displayed on B2. When I click on fx where it says result =
it shows the result I'm looking for. Why doesn't it display that way on B2.
Thank you,
JL
 
You guys are great answering simple questions. I finally found someone had
asked this question well. The answer worked for me.
It was that I had formatted the cell to be text. So I changed the format to
general, then hit F2 and enter..Voila! It's now what I need.
Thanks much!
JL
 

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