Retrieve most recent values in multi-select column using formulas
I am struggling to get the formulas to retrieve a value in a multi-select cell. For example:
Flavor options in multi-select dropdown: Vanilla, Chocolate, Mint
Flavor1: Vanilla (row 1)
Flavor2: Vanilla, Chocolate (row 2)
Flavor3; Vanilla, Chocolate, Mint (row 3)
In a separate column I want to use a formula to retrieve the row number of the last instance of Chocolate (Flavor3). So the output would be "3." In a single-select dropdown list, I have successfully used INDEX / MAX / COLLECT to retrieve the last instance of a value.
But I cannot get the formula to work for a multi-select. I have tried using the new HAS( ) function as well, but it does not accomplish my goal either.
Has anyone else encountered this challenge and have any ideas?
Thanks!
Comments
-
Can you provide your formula for the single select column? It should only be a minor adjustment to that formula using for your criteria something along the lines of
CONTAINS("Chocolate", @cell)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!