Google Sheets is wonderful for cooperative spreadsheet development, but really using it there a number of formulas tips and tricks: Blank cells. If you want to detect if a cell has a number, then BLANK() and then if you want to see if a cell is non-blank, then NOT(BLANK()) Indexing in a range. If you […]