dans ce cas, oui il faut utiliser getRow()
for(var C1=30;C1>=1;C1--) { // boucle de 30 à 1
if(ss.getRange(ss.getCurrentCell().getRow(),C1).getValue() == "ST"){
// on a trouvé la cellule qui contient ST
Browser.msgBox("col: " + C1);
}
}
+0
-0