Hi,
I trying to get a faster way on how to sum numbers reference to the current date. Basically I have the following data
a,b,c,d,e,f,g,h,J
name,12/11/09,12/12/09,12/13/09,12/14/09,12/15/09,12/16/09,12/17/09,total
thomas,3,2,0,1,10,5,8,
jefferson,2,3,4,5,6,7,8,
I wanted to get the sum of the rows only upto the current date.
So if today's date is 12/13/09 column J should have total of = 5 and 7 for thomas and jefferson respectively. Tomorrow's date should include numbers of 12/14/09.
cant seem to work around with the today() function.
Hope you could shed your thoughts
thanks
Bookmarks