Xlookup Formula
Is there a plan to include the new xlookup formula from Excel?
Best Answer
-
I don't see them doing this as smartsheet has the collect formula which can perform the same task when wrapped in an index.
=index(collect(A:A,B:B,1),1)
Will return the value in A where B is 1. Just like Xlookup I didn't have to declare a single table, and instead used column or range references where my criteria and results are.
Answers
-
I don't see them doing this as smartsheet has the collect formula which can perform the same task when wrapped in an index.
=index(collect(A:A,B:B,1),1)
Will return the value in A where B is 1. Just like Xlookup I didn't have to declare a single table, and instead used column or range references where my criteria and results are.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 451 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!