crave4excel
New Member
- Joined
- Feb 2, 2012
- Messages
- 45
Hey guys,
I'm been stuck on this formula for a while, please help.
The raw table below shows the fruit sale by month. Im trying to create a Month to Date formula that sums up the value of a specific fruit, based on the month selected. Specifically I can create a formula to sum Orange sale in March (which is 15 in this case), but how do I sum up sale of oranges from JANUARY TO MARCH (which is 42 in this case).
THANK YOU
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]JAN[/TD]
[TD]FEB[/TD]
[TD]MARCH[/TD]
[TD]APR[/TD]
[/TR]
[TR]
[TD]APPLE[/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]7[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]ORANGES[/TD]
[TD]5[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]APPLE[/TD]
[TD]6[/TD]
[TD]4[/TD]
[TD]2[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]ORANGES[/TD]
[TD]10[/TD]
[TD]10[/TD]
[TD]10[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]MARCH [/TD]
[TD]MONTH VALUE[/TD]
[TD]MTD VALUE[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ORANGES[/TD]
[TD]15[/TD]
[TD]???[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm been stuck on this formula for a while, please help.
The raw table below shows the fruit sale by month. Im trying to create a Month to Date formula that sums up the value of a specific fruit, based on the month selected. Specifically I can create a formula to sum Orange sale in March (which is 15 in this case), but how do I sum up sale of oranges from JANUARY TO MARCH (which is 42 in this case).
THANK YOU
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]JAN[/TD]
[TD]FEB[/TD]
[TD]MARCH[/TD]
[TD]APR[/TD]
[/TR]
[TR]
[TD]APPLE[/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]7[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]ORANGES[/TD]
[TD]5[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]APPLE[/TD]
[TD]6[/TD]
[TD]4[/TD]
[TD]2[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]ORANGES[/TD]
[TD]10[/TD]
[TD]10[/TD]
[TD]10[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]MARCH [/TD]
[TD]MONTH VALUE[/TD]
[TD]MTD VALUE[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ORANGES[/TD]
[TD]15[/TD]
[TD]???[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Last edited: