Index Collect First Value from A Column
Hi All,
Having trouble with index collect, I have a formula in a cell that I've added +"" to make it a text (Sprint Planning) and under Planning Header am trying to have a formula that essentially states:
If the sprint value column is not empty, then return the first text value
=IF([Sprint Planning ]@row<>"",INDEX(COLLECT([Sprint Planning ]:[Sprint Planning ],[Sprint Planning ]@row<>'',1)
Best Answer
-
Of course I figured it out after searching and playing around with the formula, for anyone curious this is what worked:=INDEX(COLLECT([Sprint Planning ]:[Sprint Planning ], [Sprint Planning ]:[Sprint Planning ], @cell <> ""), 1, 1)
Answers
-
Of course I figured it out after searching and playing around with the formula, for anyone curious this is what worked:=INDEX(COLLECT([Sprint Planning ]:[Sprint Planning ], [Sprint Planning ]:[Sprint Planning ], @cell <> ""), 1, 1)
-
Hey @Bethany K
Thanks so much for following-up with your solution! 🙂
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
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!