Thread: Date range sum
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Marg Marg is offline
external usenet poster
 
Posts: 8
Default Date range sum

Hi:
I need to find a specific date range i.e. 06/01/06 - 06/30/06, then add the
sum of the values in another column. I tried the if formula and then the
date value but I got a #value error. Here's where I'm at: If the date range
H2 to H522 is in the 06/01/06 to 06/30/06 range, then add the figures in
cells I2 to I522.
=if(H2:H522,"06/01/06:06/30/06",I2:I522) Can you help?
--
Marg R.