View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jsollows@gmail.com is offline
external usenet poster
 
Posts: 8
Default Sum within date span

I have a date column (C) and another column (D) with a numerical value.
I want to get a sum of all the values in column D for all entries in
the last 6 months.

Any suggestions on how I can accomplish that?

Jim