SUMIF or SUMNPRODUCT Help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello!

how do I write this one?

B1 thru B300 has date values
F1 thru F300 has the dollar values

I need a formula to sum them up by date range using the between or <>..
SUMIF(B1:B300,"BETWEEN 10/01/2004 AND 11/01/2004", F1:F300) ?????
SUMPRODUCT..?
HELP.
Thank you.
 
Hi
try:
=SUMIF(B1:B300,">=" & DATE(2004,10,1), F1:F300) -SUMIF(B1:B300,">=" &
DATE(2004,11,1), F1:F300)
 
How would you add on more criterial into this?? Example: Pulls the date
range of these cells if it also is labeled PP??
B1:B300 = DATE RANGES
C1:C200 = PP OR MPU

I only want it to pull those labeled PP for each work week.
 
See your other post.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top