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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!