View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mike McLellan Mike McLellan is offline
external usenet poster
 
Posts: 11
Default SUMIF using Dates

Hi,

I want to be able to do a SUMIF where the criteria is that the values should
be less than a date (stored in column A). Although I can get the SUMIF
expression to work if a explicitly insert the date (e.g.
SUMIF(.....,"<11/09/06",.....), if I insert and expression (e.g.
SUMIF(.....,"<(A95+7)",.....) - where A95 contains the date value for
04/09/06 - it produces the wrong result.

Can anyone point out where I am going wrong?