Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created June 20, 2018 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/2530de979f41ab817aaae3fe0dbb503f to your computer and use it in GitHub Desktop.
Save miguelmota/2530de979f41ab817aaae3fe0dbb503f to your computer and use it in GitHub Desktop.
Google Sheets sum numbers between range filter
=SUM(FILTER(A1:A10, B1:10>=("1/1/2019")+0, B1:B10<("1/1/2020")+0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment