Ugh....need help with a cross sheet index/match formula
I have a drop down column titled "SITE", when a SITE is selected, I need the Terminal ID# column to auto populate from another DATABASE sheet for which the SITE column is exactly the same type and title.
=INDEX({SITE Database Range 1}, MATCH([Terminal ID]@row, {SITE Database Range 2}, 0))
Get an UNPARSEABLE error........
Answers
-
Hi @stkatch
It looks like you might have your ranges swapped around. 🙂
An INDEX(MATCH works like this:
=INDEX({Column with value to return}, MATCH([matching value]@row, {Column with matching value}, 0))
So in your case, something like:
=INDEX({SITE Database Terminal ID}, MATCH(SITE@row, {SITE Database Site Column}, 0))
The names of your ranges may be different, but those are the columns it should be pointing to, does that make sense? See: Formula combinations for cross sheet references
If this still hasn't helped, it would be useful to see screen captures of both sheets, but please block out sensitive data.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!