davekent10
New Member
- Joined
- Apr 11, 2014
- Messages
- 3
Hi,
Been looking through this form and can find a solution to this, so hoping that someone might have one for me.
I'm using a COUNTIFS statement with multiple criteria. Use 2 sheets, 1st is call "Master" which has all the data, second is "Reports", which has all the formulas.
I'm trying to use the following formula:
=(COUNTIFS(Master!$E$2:$E$5000,C$1,Master!$U$2:$U$5000,$A$1,Master!V2:AV5000,$A$2,Master!$S$2:$S$5000,$B2))
Everything is straight forward except this part Master!V2:AV5000,$A$2
The value for Cell A2 is random value, that appears in columns on the Master sheet V through AV
The current value for A2 is equal to the values in Master!AG column, so when I change the formula to
=(COUNTIFS(Master!$E$2:$E$5000,C$1,Master!$U$2:$U$5000,$A$1,Master!AG2:AG5000,$A$2,Master!$S$2:$S$5000,$B2))
It returns the correct count. I would love to keep this, but since A2 changes each week, it's either I have to change the formula each week or go crazy.
I've tried defining a name for the range of Master!AG2:AG5000 with no luck
And advice or recommendations is welcome, I have no problem changing the entire formula as long as I get the correct output.
If more information is required, please let me know!
Thank you.
Been looking through this form and can find a solution to this, so hoping that someone might have one for me.
I'm using a COUNTIFS statement with multiple criteria. Use 2 sheets, 1st is call "Master" which has all the data, second is "Reports", which has all the formulas.
I'm trying to use the following formula:
=(COUNTIFS(Master!$E$2:$E$5000,C$1,Master!$U$2:$U$5000,$A$1,Master!V2:AV5000,$A$2,Master!$S$2:$S$5000,$B2))
Everything is straight forward except this part Master!V2:AV5000,$A$2
The value for Cell A2 is random value, that appears in columns on the Master sheet V through AV
The current value for A2 is equal to the values in Master!AG column, so when I change the formula to
=(COUNTIFS(Master!$E$2:$E$5000,C$1,Master!$U$2:$U$5000,$A$1,Master!AG2:AG5000,$A$2,Master!$S$2:$S$5000,$B2))
It returns the correct count. I would love to keep this, but since A2 changes each week, it's either I have to change the formula each week or go crazy.
I've tried defining a name for the range of Master!AG2:AG5000 with no luck
And advice or recommendations is welcome, I have no problem changing the entire formula as long as I get the correct output.
If more information is required, please let me know!
Thank you.