How I find the first column?
I have a range of columns with 14 milestones.
If the milestone reached, then it will be delete and the cell is blank.
Now I would know, in which column are the first date. As result I would need the column-name, with the first date or the number of column, counted from the first column of the range.
Any ideas, which formula I can use for it?!
Best Answer
-
Try something like this to output the number
=MATCH(INDEX(COLLECT([1st Column]@row:[Last Column]@row, [1st Column]@row:[Last Column]@row, @cell <> ""), 1, 1), [1st Column]@row:[Last Column]@row, 0)
Answers
-
Try something like this to output the number
=MATCH(INDEX(COLLECT([1st Column]@row:[Last Column]@row, [1st Column]@row:[Last Column]@row, @cell <> ""), 1, 1), [1st Column]@row:[Last Column]@row, 0)
-
Hi Paul - many thanks! It works, perfect!!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 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!