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
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!