im2bz2p345
Board Regular
- Joined
- Mar 31, 2008
- Messages
- 229
Hi all,
I cannot figure out what combination of Index, Match, and SumProduct (or SumIFs) that I would use to in order to achieve this result. Or perhaps there is more efficient/better way?
*Note*: I have column E & F hidden because it has sensitive information.
My array is Columns $D:$G
In column K ("PB INI Count"), I need a formula that can look at the array and look up the "PB Day of Week" (using column H) and return a count of how many times the 3 letters called "PB Unique INIs"(column I) appear in Column G.
This formula gives me a total count of how many times the 3 letters appears from column I appear in column G: =SUMPRODUCT(--(ISNUMBER(FIND(I2,$G:$G))))
BUT I need it also to filter down by the day of week.
Hope this makes sense. Happy to post any clarifications needed.
~ im2bz2p345
I cannot figure out what combination of Index, Match, and SumProduct (or SumIFs) that I would use to in order to achieve this result. Or perhaps there is more efficient/better way?
BMD - 2024 Packages Cad GCP PB HB Jan to mid Sept.xlsx | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
C | D | G | H | I | J | K | |||||
1 | Month | Day | RecordINIs | PB Day of Week | PB Unique INIs | PB Day of Week_PB Unique INI | PB INI Count | ||||
2 | January | Tuesday | EAP | Monday | ABF | Monday_ABF | |||||
3 | January | Tuesday | WQF | Monday | AGY | Monday_AGY | |||||
4 | January | Tuesday | CER | Monday | AIF | Monday_AIF | |||||
5 | January | Tuesday | CMP | Monday | AII | Monday_AII | |||||
6 | January | Tuesday | LPP | Monday | AIP | Monday_AIP | |||||
7 | January | Tuesday | EPM, EPP | Monday | AIU | Monday_AIU | |||||
8 | January | Tuesday | CER | Monday | ATM | Monday_ATM | |||||
9 | January | Tuesday | CER, WQF | Monday | BIL | Monday_BIL | |||||
10 | January | Tuesday | CER, CWP, WQF | Monday | BWQ | Monday_BWQ | |||||
PB |
Cell Formulas | ||
---|---|---|
Range | Formula | |
J2:J10 | J2 | =PB!$H2&"_"&PB!$I2 |
*Note*: I have column E & F hidden because it has sensitive information.
My array is Columns $D:$G
In column K ("PB INI Count"), I need a formula that can look at the array and look up the "PB Day of Week" (using column H) and return a count of how many times the 3 letters called "PB Unique INIs"(column I) appear in Column G.
This formula gives me a total count of how many times the 3 letters appears from column I appear in column G: =SUMPRODUCT(--(ISNUMBER(FIND(I2,$G:$G))))
BUT I need it also to filter down by the day of week.
Hope this makes sense. Happy to post any clarifications needed.
~ im2bz2p345