A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
It looks like the numeric columns has some invisible entries in some/all cells. Remove those entries.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm looking for assistance in creating a formula for the following:
How can I get Worksheet 1 to read from Worksheet 2 based on the place names selected from the dropdown menus in Worksheet 1?
Any help you can offer would be appreciated.
| Place A | Place B | 177 |
|---|---|---|
| Place B | Place C | 271 |
| Place C | Place D | 146 |
| Place D | Place E | 275 |
| Place E | Place F | 372 |
| Place F | Place G | 189 |
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.
Answer accepted by question author
Hi,
It looks like the numeric columns has some invisible entries in some/all cells. Remove those entries.
Thank you again!! I'm not sure what it is that I'm doing incorrectly but I can't seem to get that formula to work for me.
Any suggestions on what I could try next??
Thanks!
:)
Yes this is what the formula does, sheet2 represents your worksheet 2, index is pulling the information from sheet 2 column C, then match is comparing A1 and B1 with sheet2 A1 and Sheet 2 B1, I tested and got the results you want, don't; forget to enter the formula as explained is an array formula, when you enter you will see this
{Formula}
Hi, this is an array formula have to be entered pressing CTRL+Shift+Enter
=INDEX(Sheet2!C1:C6,MATCH(1,(A1=Sheet2!A1:A6)*(B1=Sheet2!B1:B6),0))