Index Match inbounce limitation?
Hi,
As I known that Vlookup has a limitation that cannot reference more than 100,000 cells and cannot have more than 100 unique cross sheet references in one sheet.(https://community.smartsheet.com/discussion/68137/vlookups-in-smartsheet-are-there-limitations)
Question : I have a table with 7 columns(1 for identifier/6 for others) and 1,000 rows need to reference from master table(with same identifier).
What if I change formulas to [Index/Match] in those 6 columns, will it be limited by 100,000 cells rules as well?
thank you.
Best Answer
-
Those limits are sheet based and not function based. The reason INDEX/MATCH will help though is that you only have to reference two columns instead of all 7.
=INDEX({Column To Pull From}, MATCH("text", {Column To Match On}, 0))
Answers
-
Those limits are sheet based and not function based. The reason INDEX/MATCH will help though is that you only have to reference two columns instead of all 7.
=INDEX({Column To Pull From}, MATCH("text", {Column To Match On}, 0))
-
Hi Paul,
Thanks for your reply! That's helpful!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!