Is there a way to get a row summary of only the cells that have information?
I track information for projects in a sheet with each project in a row, but don't always get the same information for each project, so I have some columns where nothing gets filled in.
Example
Is there a way to get a summary of a row with just the cells that are filled in? I can somewhat get what I need from card view, but I can only pull 9 pieces of information and they all have to be from the same columns.
I don't need to see what I am missing, I just need to see what I have. For example I would be looking for project C to show me
Project Project C
City Clarkdale
State Arizona
Number of Employees 5
(It doesn't need to be in above format)
I have tried printing the row, but that gives me all of the columns, and in the real sheet that I am using I have over 60 columns often with most of them empty.
Any help would be appreciated.
Answers
-
In a helper column you can use a JOIN/COLLECT to join together all cells that are not blank into a single string.
=JOIN(COLLECT([First Column]@row:[Last Column]@row, [First Column]@row:[Last Column]@row, @cell <> ""), CHAR(10))
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives