skonieczny.pl
Slugify cell range in Google Sheets
You can write your own functions in Google Sheets, so you can put your very own slugify function: function normalize(input) { /* * Normalize text in multiple cells */ if (input.map) { // Test wheth…