RussellNonBrand
New Member
- Joined
- Apr 10, 2013
- Messages
- 10
Hey,
So I have a table with market and month (in date format).
I want one cell to sum all values from months less than or equal to the current month.
So I was going to nest a match function inside of summing an index function, but can't figure out how to get the columns to only be those for months <= the month specified.
Market............1/1/2013............2/1/2013............3/1/2013............4/1/2013
Atlanta...............20....................30....................24........................40
Boston................22....................18....................44........................30
I want to sum everything for Atlanta when the date I input is less than or equal to 3/1/2013. Answer should be 74.
Can someone please help? Thanks!
So I have a table with market and month (in date format).
I want one cell to sum all values from months less than or equal to the current month.
So I was going to nest a match function inside of summing an index function, but can't figure out how to get the columns to only be those for months <= the month specified.
Market............1/1/2013............2/1/2013............3/1/2013............4/1/2013
Atlanta...............20....................30....................24........................40
Boston................22....................18....................44........................30
I want to sum everything for Atlanta when the date I input is less than or equal to 3/1/2013. Answer should be 74.
Can someone please help? Thanks!