I have a spreadsheet that looks like this.
2020-04-25 63
2020-04-26 34
2020-04-27 12
2020-04-28 33
2020-04-29 45
2020-04-30 10
2020-05-01 34
2020-05-02 12
2020-05-03 45
2020-05-04 18
2020-05-05 45
2020-05-06 21
2020-05-07 34
2020-05-08 56
2020-05-09 21
Is it possible to use a google sheets query to sum the total between two dates, between 2020-05-01 and 2020-05-05 the total would be 154?
I understand it's possible to search greater than / less than dates, but unsure how to sum the returned total?