Thanks. I thought that was what I wanted but I really need cell B1 to be 1/1/2011 from =Now(). Therefore it will change to 1/1/2012 next year, etc..... IS there a better way to do this?
Try this...Thanks. I thought that was what I wanted but I really need cell B1 to be 1/1/2011 from =Now(). Therefore it will change to 1/1/2012 next year, etc..... IS there a better way to do this?
Well, if you want to use the reference in that formula then I would just put the date formula in another cell and then refer to that cell as it looks like you're doing now. I like to put as many of the criteria in cells as I can.If I put it directly into the formula
=SUMIFS(E$3:E$30000,$D$3:$D$30000,$Z3,$B$3:$B$30000,">="&$Z$2)
where Z2 is the date.
What would I replace ">="&$Z$2 with.