Hi, not sure how to best explain what I am after. Happy to do this via VBA or regular formulas.
Essentially what I am after is to sum my amounts by date depending if that number falls within the date range
This is column F in the minisheet.
For example, on the 4th Jan 2022, cell F4. I will have an amount of 231,193,853.93 because it is including the amounts in cells C2 to C5.
I hope that makes sense
Essentially what I am after is to sum my amounts by date depending if that number falls within the date range
This is column F in the minisheet.
For example, on the 4th Jan 2022, cell F4. I will have an amount of 231,193,853.93 because it is including the amounts in cells C2 to C5.
I hope that makes sense
Cell Formulas | ||
---|---|---|
Range | Formula | |
F2 | F2 | =$C$2 |
F3 | F3 | =$C$2+$C$3 |
F4 | F4 | =$C$2+$C$3+$C$4 |
F5 | F5 | =$C$2+$C$3+$C$4+$C$5 |
F6 | F6 | =$C$2+$C$3+$C$4+$C$5+$C$6 |
F7 | F7 | =$C$2+$C$3+$C$4+$C$5+$C$6+$C$7 |
F8:F33 | F8 | =$C$2+$C$3+$C$4+$C$5+$C$6+$C$7+$C$8 |
E9:E39 | E9 | =E8+1 |
F34 | F34 | =$C$3+$C$4+$C$5+$C$6+C7+C8 |
F35 | F35 | =C4+C5+C6+C7+C8 |
F36 | F36 | =C5+C6+C7+C8 |
F37 | F37 | =C6+C7+C8 |
F38 | F38 | =C7+C8 |
F39 | F39 | =C8 |