returnLastCell
Returns the last value of an array of cells filtering empty & false values
- cells: List of cells that will be checked
- String: The last value of a group of cells.
returnLastCell(B2:E2) // Cell values 26 28 32 44
// Return 44
- Extract Week over Week data automatically combining with returnLastCellInversed
- Get last added data in a row/column automatically in Sheets
Last modified 7mo ago