B
BSantos
Hi, I'm still trying to solve this formula. I'm not an expert and am new to
sumproduct. I have a summary sheet that looks something like this.
A B C D
E
sku# 122-344
Jan Feb Mar
2006 (formula 1)
2005
region Count of stores Jan Feb Mar
1 (formula 2) (formula 3).......
3
5
Ranking Jan Feb Mar April
A (formula 4)
B
C
I have at least 7 Data sheets that a sku# could be on any of these sheets. I
want a formula to look at all those sheets and..
formula 1. sum the designated column if it found that sku #
formula 2. count how many stores it found that sku #
formula 3. sum the sku # if it also found the region
formula 4. sum the sku # if it also found the ranking
I'm sorry I don't know how to nest multiple sheets into a sumproduct.
Can someone help me please! Bonnie
Example: but doesn't wor
=SUMPRODUCT((Data1!$A$4:$A$291=Summary!$B$1)*(Data1!$H$4:$H$291=Summary!$A33)*(Data1!I$4:I$291))and(Data2!$A$4:$A$291=Summary!$B$1)*(Data2!$H$4:$H$291=Summary!$A33)*(Data2!I$4:I$291))and(Data3!$A$4:$A$291=Summary!$B$1)*(Data3!$H$4:$H$291=Summary!$A33)*(Data3!I$4:I$291))and(Data4!$A$4:$A$291=Summary!$B$1)*(Data4!$H$4:$H$291=Summary!$A33)*(Data4!I$4:I$291))and(Data5!$A$4:$A$291=Summary!$B$1)*(Data5!$H$4:$H$291=Summary!$A33)*(Data5!I$4:I$291))
sumproduct. I have a summary sheet that looks something like this.
A B C D
E
sku# 122-344
Jan Feb Mar
2006 (formula 1)
2005
region Count of stores Jan Feb Mar
1 (formula 2) (formula 3).......
3
5
Ranking Jan Feb Mar April
A (formula 4)
B
C
I have at least 7 Data sheets that a sku# could be on any of these sheets. I
want a formula to look at all those sheets and..
formula 1. sum the designated column if it found that sku #
formula 2. count how many stores it found that sku #
formula 3. sum the sku # if it also found the region
formula 4. sum the sku # if it also found the ranking
I'm sorry I don't know how to nest multiple sheets into a sumproduct.
Can someone help me please! Bonnie
Example: but doesn't wor
=SUMPRODUCT((Data1!$A$4:$A$291=Summary!$B$1)*(Data1!$H$4:$H$291=Summary!$A33)*(Data1!I$4:I$291))and(Data2!$A$4:$A$291=Summary!$B$1)*(Data2!$H$4:$H$291=Summary!$A33)*(Data2!I$4:I$291))and(Data3!$A$4:$A$291=Summary!$B$1)*(Data3!$H$4:$H$291=Summary!$A33)*(Data3!I$4:I$291))and(Data4!$A$4:$A$291=Summary!$B$1)*(Data4!$H$4:$H$291=Summary!$A33)*(Data4!I$4:I$291))and(Data5!$A$4:$A$291=Summary!$B$1)*(Data5!$H$4:$H$291=Summary!$A33)*(Data5!I$4:I$291))