Sum range of a week if condition is equal to..

  • Thread starter Thread starter ldiaz
  • Start date Start date
L

ldiaz

I want to make a sum if Range is a week number and if style is Equal to
CONC-92 or CONC-45

Week# 49 Week# 50
CONC-92= 27 CONC-92= 30
CONC-45= 27 CONC-45= 30


Datas are in a pivot table and...
Pivot table looks like this:
Date CONC-92 CONC-45 CONC-92 CONC-45
12/7 5 5 10 10
12/8 2 2 10 10
12/9 5 5 10 10
12/10 5 5 10 10



please help
 
You will need a helper column with =WEEKNUM(A2) where A2 is the first date
I cannot get SUMIF or SUMPRODUCT to work with WEEKNUM
best wishes
 
That is because WEEKNUM will not return an array of values, so it's of no
use to SP.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



Bernard Liengme said:
You will need a helper column with =WEEKNUM(A2) where A2 is the first
date
I cannot get SUMIF or SUMPRODUCT to work with WEEKNUM
best wishes
 
Agreed
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

Bob Phillips said:
That is because WEEKNUM will not return an array of values, so it's of no
use to SP.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my
addy)
 

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