Thread: rolling 12 data
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default rolling 12 data

None of your posts fully tell us what you are trying to do. If you have a
final solution please post it here for the benefit of others.
--
Don Guillett
SalesAid Software

"ventuguy1488" wrote in message
...
I am trying to fomat the whole column so that it just keeps traking the
daily
data for the last year

"Don Guillett" wrote:

try this idea. Note that you cannot (nor should you) use the entire
column.
=SUMPRODUCT((A2:A22=TODAY()-365)*(A2:A22<=TODAY())*B2:B22)

--
Don Guillett
SalesAid Software

"ventuguy1488" wrote in message
...
Hi I am trying to track a rolling 1 year cycle of data and am using
this
:=SUMIF(A:A,"="&TODAY()-364,M:M), but if you falsely add data above
todays
date for instance if i went to 03/07/07 and inputted data it computes
also
I
tried taking the greater than out but that doesnt work any suggestions?