Sheet1 cell a1 has a data from a list on sheet2 column A.
I need sheet1 a2 to look at sheet1 A1 then match that with the list on sheet2 column a and place the data that is in the cell to the right of the matched data (column B)
I know ther's an offset and match, but it's over my head.
Here's the lame stuff I have so far, and obviously it's not working. I can't even think where to put the offset. Also, I would need a "IFISNA" type deal so that if the cell is blank I don't have a bunch of errors all over the spreadsheet.
=INDEX("Contacts",MATCH(D8,"Name",),MATCH("Street","Contacts"))
Thanks for the help.
Carl
I need sheet1 a2 to look at sheet1 A1 then match that with the list on sheet2 column a and place the data that is in the cell to the right of the matched data (column B)
I know ther's an offset and match, but it's over my head.
Here's the lame stuff I have so far, and obviously it's not working. I can't even think where to put the offset. Also, I would need a "IFISNA" type deal so that if the cell is blank I don't have a bunch of errors all over the spreadsheet.
=INDEX("Contacts",MATCH(D8,"Name",),MATCH("Street","Contacts"))
Thanks for the help.
Carl