Good afternoon,
Hoping someone out there has a nice offset formula to help me out here in excel 2010.
I have an annual list of data by date. If I provide only one date from a drop down menu, is there a way for it to recognize the first Monday of that week and sum all values from that Monday?
Likewise, and probably easier, is there a way to get it to recognize the first day of the month, and sum from there?
For the example below, the desired output would be:
WTD=15
MTD=21
<TBODY>
</TBODY><COLGROUP><COL span=3><COL><COL><COL><COL><COL></COLGROUP>
Hoping someone out there has a nice offset formula to help me out here in excel 2010.
I have an annual list of data by date. If I provide only one date from a drop down menu, is there a way for it to recognize the first Monday of that week and sum all values from that Monday?
Likewise, and probably easier, is there a way to get it to recognize the first day of the month, and sum from there?
For the example below, the desired output would be:
WTD=15
MTD=21
Data</SPAN> | Input</SPAN> | Output</SPAN> | |||||
Date</SPAN> | Day</SPAN> | Value</SPAN> | Work Date</SPAN> | WTD Sum</SPAN> | MTD Sum</SPAN> | ||
29-May</SPAN> | Tue</SPAN> | 10</SPAN> | 6-Jun</SPAN> | ??</SPAN> | ??</SPAN> | ||
30-May</SPAN> | Wed</SPAN> | 15</SPAN> | |||||
31-May</SPAN> | Thu</SPAN> | 16</SPAN> | |||||
1-Jun</SPAN> | Fri</SPAN> | 1</SPAN> | |||||
2-Jun</SPAN> | Sat</SPAN> | 2</SPAN> | |||||
3-Jun</SPAN> | Sun</SPAN> | 3</SPAN> | |||||
4-Jun</SPAN> | Mon</SPAN> | 4</SPAN> | |||||
5-Jun</SPAN> | Tue</SPAN> | 5</SPAN> | |||||
6-Jun</SPAN> | Wed</SPAN> | 6</SPAN> | |||||
7-Jun</SPAN> | Thu</SPAN> | 7</SPAN> | |||||
8-Jun</SPAN> | Fri</SPAN> | 8</SPAN> | |||||
9-Jun</SPAN> | Sat</SPAN> | 9</SPAN> |
<TBODY>
</TBODY><COLGROUP><COL span=3><COL><COL><COL><COL><COL></COLGROUP>