As the title suggests, is there a formula I can build that will Sum values in a column only if they match an End Of Month Date in a different column?
So the determination of the end of month would also need to be automatic and the end result would look something like below (only summing the values in green).
So the determination of the end of month would also need to be automatic and the end result would look something like below (only summing the values in green).
DATE | VALUE |
---|---|
10/07/2023 | 5 |
15/07/2023 | 10 |
31/07/2023 | 20 |
15/08/2023 | 25 |
31/08/2023 | 50 |
10/09/2023 | 10 |
30/09/2023 | 20 |
EXPECTED TOTAL | 90 |