Return 1st, 2nd, and 3rd non-blank value per row
Essentially, I want to create a Master_Supervisor_List and Master_Employee_List. Essentialy my columns go from "Supervisor AH" all the way to "Business Title ZH". I cannot reorganize the columns because the survey is built using logic. The columns repeat in the following order: Supervisor, Employees, Buisness Title.
In otherwords, each row will only ever have 3 values present in the following column range of "Supervisor AH" to "Business Title ZH".
How do I write a formula that would return the Employee present in the row and Supervisor Present in the row?
Answers
-
Good news, your column order does not affect your form, so feel free to rearrange it to an easier format on the sheet end! That means... group your Supervisors, Employees, and Business together and your formula will be so much easier!
Then you will just need =JOIN(COLLECT([First Column Name]@row:[Last Column Name]@row,[First Column Name]@row:[Last Column Name]@row, NOT(ISBLANK(@cell))),", ")
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!