Hi all, I'm looking to create a formula that can return the opening or closing balance, depending on the month input. I don't want it to be using the week at all.
For example, in the below image, I have weekly cash balances and I'd like to be able to input the month in the yellow box (ie month 2 in this example) and it returns the opening and closing balances.
Thanks in advance for any help!
For example, in the below image, I have weekly cash balances and I'd like to be able to input the month in the yellow box (ie month 2 in this example) and it returns the opening and closing balances.
Thanks in advance for any help!
Week | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
Month | 1 | 1 | 1 | 1 | 2 | 2 | 2 | 2 |
Opening Balance | 0 | 150 | 390 | 585 | 950 | 1240 | 1560 | 1715 |
Money In | 200 | 300 | 250 | 400 | 330 | 360 | 200 | 180 |
Money Out | 50 | 60 | 55 | 35 | 40 | 40 | 45 | 35 |
Closing Balance | 150 | 390 | 585 | 950 | 1240 | 1560 | 1715 | 1860 |
Month: | 2 | |||||||
Opening Balance | 950 | |||||||
Closing Balance | 1860 |