Forum Discussion
LorePC
Oct 25, 2021Copper Contributor
Sum of values within overlapping date ranges
Hello, I hope you're well. I was wondering if someone could help me with a formula to sum values within a date rage. Some of the date ranges overlap. Based on the data I have in columns A-D I would...
- Oct 25, 2021
SUMIFS() shall work if change first condition on $A$3:$A$6,"<="&$F5
SergeiBaklan
Oct 25, 2021Diamond Contributor
SUMIFS() shall work if change first condition on $A$3:$A$6,"<="&$F5
LorePC
Oct 25, 2021Copper Contributor
Thank you very much for your help. This is great!! It worked 🙂