I am looking for a way to check if a cell contains text in Google Apps Script and Google Sheets.
var cell = "Joe, Bob, Tim, John" //I would want this to execute if(cell contains "Tim") { //code }
Aucun commentaire:
Enregistrer un commentaire