thedontron
New Member
- Joined
- Mar 26, 2014
- Messages
- 30
hello there
i have a file with 2 sheet as below and i need to calculate X.
the way i want to do it is that when i change the month Cell the formula must calculate previous result + the new month
so if i calculate apples for June and July total is 25, plus August, formula should give 45
i have to following
Sheet one
<tbody>
</tbody>
Sheet 2
<tbody>
</tbody>
Please let me know if it is not clear
thank you
i have a file with 2 sheet as below and i need to calculate X.
the way i want to do it is that when i change the month Cell the formula must calculate previous result + the new month
so if i calculate apples for June and July total is 25, plus August, formula should give 45
i have to following
Sheet one
Month | 8 | |
Apples | X | |
Orange | X | |
<tbody>
</tbody>
Sheet 2
June | July | August | |
Apples | 10 | 15 | 20 |
Orage | 20 | 25 | 30 |
<tbody>
</tbody>
Please let me know if it is not clear
thank you