Hi I have a formula that is working great in a report I have to generate. However I now want to add to it a date range. I'm stumped and can't get it to work.
The formula is as follows:
=SUMPRODUCT(SUBTOTAL(9,OFFSET('test'!$U$2:$U$4483,ROW('Test'!$U$2:$U$4483)-ROW('test'!$U$2),0,1)),--('test'!$A$2:$A$4483=H4))
I want to add date conditions that exist in Column C.
So two examples would be:
Provide total of anything older than 2/28/13
Provide total of date range of 4/1/13 to 6/30/13
I'm hoping that I can incorporate it into the existing formula. Any help would be greatly appreciated! Thanks!
Bookmarks