I have a couple of instances where the end user want to track summations for the current month and year to date in a tabular format. Instead of manually adjusting the formulas each month, they want to use "smart" formulas.
Example:
Time sheet for operations
The YTD formula is fairly straight forward.
It is the current month formula is what I have not been able to fogure out. The SUM cell range is currently adjusted for the next month. What I want to do is find the sum for hours where the start-of-week date matches (MONTH(NOW()))
A solution for this sumation problem could also help us track raw materials, etc.
Thanks in advance.
Richard
Example:
Time sheet for operations
Code:
Cell
01 Name YTD CurMonth 01/05/04 01/12/04 ... 05/03/04 05/10/04
02 John 688 80 40 40 40 40
03 Mary 585 65 40 40 40 25
It is the current month formula is what I have not been able to fogure out. The SUM cell range is currently adjusted for the next month. What I want to do is find the sum for hours where the start-of-week date matches (MONTH(NOW()))
A solution for this sumation problem could also help us track raw materials, etc.
Thanks in advance.
Richard