This is probably very simple, but for the life of me I can't seem to figure out. I have a list of dates and corresponding amounts. Trying to sum all values where one date falls in between start date (3 months for example, prior to end date) and end date
Ex:
SELECTED DATE: 2024-9-14
Start Date (3 months before End Date) / END DATE / AMOUNT
2024-07-16 / 2024-10-16. / 100
2024-08-19 / 2024-11-19 / 250
2025-07-19 / 2025-10-19 / 100
TOTAL should be: 350
(selected date - the month (e.g 9) falls in between two start and end dates)
Apologies for the lack of spacing in my example - the formatting got messed up when I copied and pasted.
Thanks in advance!
Ex:
SELECTED DATE: 2024-9-14
Start Date (3 months before End Date) / END DATE / AMOUNT
2024-07-16 / 2024-10-16. / 100
2024-08-19 / 2024-11-19 / 250
2025-07-19 / 2025-10-19 / 100
TOTAL should be: 350
(selected date - the month (e.g 9) falls in between two start and end dates)
Apologies for the lack of spacing in my example - the formatting got messed up when I copied and pasted.
Thanks in advance!