View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_7_] Bob Phillips[_7_] is offline
external usenet poster
 
Posts: 1,120
Default sumif or sumproduct with date as criteria

=SUMPRODUCT(--(TEXT(B2:B1000,"mmyyyy")="012005"),--(TEXT(B2:B1000,"mmyyyy")
<"042005"), C2:C1000)

Note that SUMPRODUCT can only work on part of the column, not a whole
column.

--
HTH

Bob Phillips

"jhahes" wrote in
message ...

Could someone please help me do the following.

I want to sum a column say C given corresponding Column B is within a
date range

So I want to sum Column C if the date in Column b is between 1-1 and
3-31.

Any help would be great


Thank you
Josh


--
jhahes
------------------------------------------------------------------------
jhahes's Profile:

http://www.excelforum.com/member.php...o&userid=23596
View this thread: http://www.excelforum.com/showthread...hreadid=391691