I have the following data table:
Current month is June for example, then I would like to sum up for Banana line, all numbers up till Jun. That is 3+6+1+5+3+9 = 27.
Is there a formula where I can do that? Thanks!
Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | |
Apple | 2 | 3 | 1 | 5 | 6 | 3 | 8 | 1 | 4 |
Pear | 5 | 2 | 7 | 0 | 8 | 1 | 2 | 6 | 7 |
Banana | 3 | 6 | 1 | 5 | 3 | 9 | 7 | 8 | 0 |
Current month is June for example, then I would like to sum up for Banana line, all numbers up till Jun. That is 3+6+1+5+3+9 = 27.
Is there a formula where I can do that? Thanks!