find name and insert address

J

JL

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?
 
J

JL

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
 
J

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
 
Top