I want to get data from the text found in 2.. In 1. Is the data I have available and in 3. You will find the wanted result.
- I have the following information available
| Categories |
|---|
| Kleur |
| Soorthek |
| Bevestigingswijze |
I am getting this text from scraping:
BevestigingswijzeKlembevestigingKleurWitSoorthekSpijlenhekI want this as a result by using a function in Google Sheets.
| Wanted Result |
|---|
| KleurWit |
| SoorthekSpijlenhek |
| BevestigingswijzeKlembevestiging |
Thank you in advance!
CodePudding user response:
You could accomplish this with an Apps Script 
