View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
roy.okinawa roy.okinawa is offline
external usenet poster
 
Posts: 24
Default DATE RANGE FORMULA

I use this formula when I want total number from another worksheet to a
target worksheet:

=SUMPRODUCT(--(TEXT(Overall!H8:H2100,"mmm/yyyy")=TEXT(I1,"mmm/yyyy")),Overall!AI8:AI2100)

Is there a formula I can use with a date range that will pull data across to
another worksheet (target worksheet?) Example of what target worksheet would
look like:

Date: 7/10/2009

WO# DATE RCVD COST REMARKS

Thanks.