Can someone please help with providing a formula which generates a list of text values in multiple columns which satisfy a certain criteria (i.e. a '1' in the row) and ignores the blank cells.
Example below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]NAME1[/TD]
[TD]NAME2[/TD]
[TD]NAME3[/TD]
[TD]NAME4[/TD]
[TD]NAME5[/TD]
[TD]NAME6[/TD]
[TD]NAME7[/TD]
[TD]NAME8[/TD]
[TD]NAME9[/TD]
[TD]NAME10[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD]1[/TD]
[TD][/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
So creating a formula which would generate a list of Name1, Name5, Name8 and Name10. I will have to repeat this formula for 100+ rows in spreadsheet.
Sorry if this is really simple, but I've spent a lot of time googling to no avail.
Thanks
Example below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]NAME1[/TD]
[TD]NAME2[/TD]
[TD]NAME3[/TD]
[TD]NAME4[/TD]
[TD]NAME5[/TD]
[TD]NAME6[/TD]
[TD]NAME7[/TD]
[TD]NAME8[/TD]
[TD]NAME9[/TD]
[TD]NAME10[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD]1[/TD]
[TD][/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
So creating a formula which would generate a list of Name1, Name5, Name8 and Name10. I will have to repeat this formula for 100+ rows in spreadsheet.
Sorry if this is really simple, but I've spent a lot of time googling to no avail.
Thanks