A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I prefer not to share the download link here. Can I send it to you another way?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello so I have two sheets. On sheet 1 Column A is my identifying column for the contents of each row. In column P of sheet 1 I need to import data from another sheet.
On my sheet 2 I have Column A and Column B. Column A is my identifying column and column B is the data I want to import onto Column B.
I want to be able to put a formula in that will import the Column B sheet 2 data onto Column P sheet 1 when Column A is a match on both sheets. Does this make sense? Not really sure how to explain this. How can I do this?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
I prefer not to share the download link here. Can I send it to you another way?
Hi,
Upload your workbook to OneDrive and share the download link here.
Hi Ashish:
Thank you for your reply. It still won't work. It just says N/A for all of them. Would you be willing to talk me through this?
Hi,
Enter this formula in cell P2 of sheet1 and copy down
=VLOOKUP(A2,'sheet2'!$A$2:$B$100,2,0)
Hope this helps.