formula for shauna

S

shauna

I'm trying to write a formula that matches a value in cloumn A of sheet 1
with column a sheet 2 and return the value of column D of sheet 2 in sheet 1
when coulmn a in both sheets match. If they don't match I want a n/a to
return.
 
M

Max

And if you want to return neat looking blanks: ""
instead of ugly #N/As for unmatched cases

In Sheet1,
Place in say, B2:
=IF(ISNA(MATCH(A2,Sheet2!A:A,0)),"",INDEX(Sheet2!D:D,MATCH(A2,Sheet2!A:A,0)))
Copy B2 down as far as required
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:17,800 Files:359 Subscribers:54
xdemechanik
 

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

Similar Threads


Top