userxyz777
New Member
- Joined
- Apr 12, 2018
- Messages
- 15
Hello,
I have text cells in a column that comes from a checkbox in a survey. the checkbox has an option list that people can select as many of the options as they want
Example of option list of checkbox
the cell values are coma delimited
Example of a cell value:
I need to find and replace the comas in text that separate the option to pipes |
Example of what I need
Here is a Google sheet with Data
https://docs.google.com/spreadsheets/d/1JcZ4uG6UqjoDdWuVLsikDCdPY5YPIaPT5HZR9azP3rU/edit?usp=sharing
I have been trying for hours to get this right but to no avail
Thanks
I have text cells in a column that comes from a checkbox in a survey. the checkbox has an option list that people can select as many of the options as they want
Example of option list of checkbox
Code:
[TABLE="width: 266"]
<tbody>[TR]
[TD]Advocacy organizations[/TD]
[/TR]
[TR]
[TD]Business community - Small and Medium-sized[/TD]
[/TR]
[TR]
[TD]Clergy members[/TD]
[/TR]
[TR]
[TD]Community leaders[/TD]
[/TR]
[TR]
[TD]Contractors and developers[/TD]
[/TR]
[TR]
[TD]Corporations[/TD]
[/TR]
[TR]
[TD]Doctors and other medical professionals[/TD]
[/TR]
[TR]
[TD]Financial Institutions[/TD]
[/TR]
[TR]
[TD]Funders[/TD]
[/TR]
[TR]
[TD]Governors, mayors, city/town councilors, selectmen, etc.[/TD]
[/TR]
[TR]
[TD]Health and human service organizations and their line staff youth workers, welfare case workers, etc.[/TD]
[/TR]
[TR]
[TD]Landlords[/TD]
[/TR]
[TR]
[TD]Local board members[/TD]
[/TR]
[TR]
[TD]Media organizations[/TD]
[/TR]
[TR]
[TD]Non-Prot community[/TD]
[/TR]
[TR]
[TD]Police and other law or regulation enforcement agencies[/TD]
[/TR]
[TR]
[TD]Policy makers[/TD]
[/TR]
[TR]
[TD]Researchers[/TD]
[/TR]
[TR]
[TD]Schools - teachers, counselors, aides, etc.[/TD]
[/TR]
[TR]
[TD]Social workers and psychotherapists[/TD]
[/TR]
[TR]
[TD]Other[/TD]
[/TR]
</tbody>[/TABLE]
the cell values are coma delimited
Example of a cell value:
Code:
Advocacy organizations, Business community - Small and Medium-sized, Clergy members, Community leaders, Contractors and developers, Corporations, Doctors and other medical professionals, Financial Institutions, Funders, Governors, mayors, city/town councilors, selectmen, etc., Health and human service organizations and their line staff youth workers, welfare case workers, etc., Local board members, Media organizations, Non-Profit community, Police and other law or regulation enforcement agencies, Policy makers, Researchers, Schools - teachers, counselors, aides, etc., Social workers and psychotherapists
I need to find and replace the comas in text that separate the option to pipes |
Example of what I need
Code:
Advocacy organizations|Business community - Small and Medium-sized|Clergy members|Community leaders|Contractors and developers|Corporations|Doctors and other medical professionals|Financial Institutions|Funders|Governors, mayors, city/town councilors, selectmen, etc.|Health and human service organizations and their line staff youth workers, welfare case workers, etc.|Local board members|Media organizations|Non-Profit community|Police and other law or regulation enforcement agencies|Policy makers|Researchers|Schools - teachers, counselors, aides, etc.|Social workers and psychotherapists
Here is a Google sheet with Data
https://docs.google.com/spreadsheets/d/1JcZ4uG6UqjoDdWuVLsikDCdPY5YPIaPT5HZR9azP3rU/edit?usp=sharing
I have been trying for hours to get this right but to no avail
Thanks