I would like to put a condition if a range of cells is empty. All the cells must be strictly empty. So I tried this :
if ( bottomcolumn.getValues() == '') {
(upcolumn is a variable range i created)
It does'nt work. I think i didn't well understand the google user guide... Any ideas ?
Thank you for reading...