Skip to content

Instantly share code, notes, and snippets.

@Askhento
Created November 13, 2020 02:08
Show Gist options
  • Save Askhento/5ab9c8334b88136fabed42c7a70970ce to your computer and use it in GitHub Desktop.
Save Askhento/5ab9c8334b88136fabed42c7a70970ce to your computer and use it in GitHub Desktop.
last_non_empty_google_sh
=INDEX( FILTER( A:A ; NOT( ISBLANK( A:A ) ) ) ; ROWS( FILTER( A:A ; NOT( ISBLANK( A:A ) ) ) ) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment