Hey everybody!! My apologies about this query. Its something i could not even find a proper title. So i hope my description is on the point. Use of screenshots is also needed, but lets start with tables and xl2bb
Table 11 is where i input my selection criteria from cell e3 till cell n.
then in table 12 i have data in respectively cells
Now i need a way to search and match if the data existing in table 12 also exist in table 11
I need to match like the image i attach
The example is this:
Does data in E8 exists in any cell of column "League" in table 11? Then
Does data in F8 exists in any cell of column "1" in table 11? Then
Does data in G8 exists in any cell of column "Entos" in table 11? And so on
As you can notice i have used an example of table 12 where same data exist in both rows of table 11
so i need a kind of count if in cell O8 to inform that there are 2 matches of data inputs in table 11 for the row of table 12
and in this example this finding is controversial because
If i had only the first row of table 11 i need to get Pick 1 as a result
If i had only the 2nd row of table 11 i need to get Pick X2 as a result
Now i need the count if to inform me that there multiple matches and so I need to sort it manually
The logic would also be like this: Each row in table 11 could become a kind of unique id. In example "ΑΓΓΠ&4,15" could be the id for row 1 and then "ΑΓΓΠ&0,15" the id for row 2.
In table 12 we always have full data entry, so this is a wider id than table's 11.
I need to answer this: Is there any id of table 11 matching any string part of tables 12 ids?
I tried to go with this E3&F3&....but i face many issues.
One of them is this
For both rows in table 11 i would get ΑΓΓΠ4,15 but this is not the same, because first 4,15 is for label "1" and the other 4,15 is for label "1.%"
Thank you all just for reading this...
Betakos Profit Analyzer.xlsb | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | |||
1 | |||||||||||||||||||||||
2 | PickCode | Pick | League | 1 | Entos | X | eKTos | 2 | 1.% | X.% | 2.% | Odds Class | Index | Pick | PickCode | From | Till | Stakes Target | Profit Target | ||||
3 | 1 | 1 | ΑΓΓΠ | 4,15 | 1 | 1 | 1/1/2015 | 31/12/2099 | 5 | 2 | |||||||||||||
4 | 2 | 2 | ΑΓΓΠ | 0,15 | X2 | 32 | 1/1/2015 | 31/12/2099 | |||||||||||||||
5 | 3 | X | |||||||||||||||||||||
6 | 12 | 12 | |||||||||||||||||||||
7 | 13 | 1X | League | 1 | Entos | X | eKTos | 2 | 1.% | X.% | 2.% | Odds Class | |||||||||||
8 | 32 | X2 | ΑΓΓΠ | 4,15 | A | 3,5 | B | 1,8 | 0,15 | 0,25 | 0,6 | ΑΓΓΠ 2,37 | |||||||||||
9 | |||||||||||||||||||||||
10 | |||||||||||||||||||||||
11 | |||||||||||||||||||||||
Portfolio |
Cell Formulas | ||
---|---|---|
Range | Formula | |
Q3:Q4 | Q3 | =IFERROR(INDEX(t_pickconvertor,MATCH([@Pick],t_pickconvertor[Pick],0),MATCH(t_pickconvertor[[#Headers],[PickCode]],t_pickconvertor[#Headers],0)),"") |
Table 11 is where i input my selection criteria from cell e3 till cell n.
then in table 12 i have data in respectively cells
Now i need a way to search and match if the data existing in table 12 also exist in table 11
I need to match like the image i attach
The example is this:
Does data in E8 exists in any cell of column "League" in table 11? Then
Does data in F8 exists in any cell of column "1" in table 11? Then
Does data in G8 exists in any cell of column "Entos" in table 11? And so on
As you can notice i have used an example of table 12 where same data exist in both rows of table 11
Betakos Profit Analyzer.xlsb | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | |||
1 | ||||||||||||||||||
2 | League | 1 | Entos | X | eKTos | 2 | 1.% | X.% | 2.% | Odds Class | Index | Pick | PickCode | From | Till | |||
3 | ΑΓΓΠ | 4,15 | 1 | 1 | 1/1/2015 | 31/12/2099 | ||||||||||||
4 | ΑΓΓΠ | 0,15 | X2 | 32 | 1/1/2015 | 31/12/2099 | ||||||||||||
5 | ||||||||||||||||||
6 | ||||||||||||||||||
7 | League | 1 | Entos | X | eKTos | 2 | 1.% | X.% | 2.% | Odds Class | CountIf | |||||||
8 | ΑΓΓΠ | 4,15 | A | 3,5 | B | 1,8 | 0,15 | 0,25 | 0,6 | ΑΓΓΠ 2,37 | 2 | |||||||
9 | ||||||||||||||||||
10 | ||||||||||||||||||
Portfolio |
Cell Formulas | ||
---|---|---|
Range | Formula | |
Q3:Q4 | Q3 | =IFERROR(INDEX(t_pickconvertor,MATCH([@Pick],t_pickconvertor[Pick],0),MATCH(t_pickconvertor[[#Headers],[PickCode]],t_pickconvertor[#Headers],0)),"") |
so i need a kind of count if in cell O8 to inform that there are 2 matches of data inputs in table 11 for the row of table 12
and in this example this finding is controversial because
If i had only the first row of table 11 i need to get Pick 1 as a result
If i had only the 2nd row of table 11 i need to get Pick X2 as a result
Now i need the count if to inform me that there multiple matches and so I need to sort it manually
The logic would also be like this: Each row in table 11 could become a kind of unique id. In example "ΑΓΓΠ&4,15" could be the id for row 1 and then "ΑΓΓΠ&0,15" the id for row 2.
In table 12 we always have full data entry, so this is a wider id than table's 11.
I need to answer this: Is there any id of table 11 matching any string part of tables 12 ids?
I tried to go with this E3&F3&....but i face many issues.
One of them is this
Betakos Profit Analyzer.xlsb | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | |||
1 | ||||||||||||||||||
2 | League | 1 | Entos | X | eKTos | 2 | 1.% | X.% | 2.% | Odds Class | Index | Pick | PickCode | From | Till | |||
3 | ΑΓΓΠ | 4,15 | ΑΓΓΠ4,15 | 1 | 1 | 1/1/2015 | 31/12/2099 | |||||||||||
4 | ΑΓΓΠ | 4,15 | ΑΓΓΠ4,15 | X2 | 32 | 1/1/2015 | 31/12/2099 | |||||||||||
5 | ||||||||||||||||||
Portfolio |
Cell Formulas | ||
---|---|---|
Range | Formula | |
O3 | O3 | =[@League]&[@1] |
O4 | O4 | =[@League]&[@[1.%]] |
Q3:Q4 | Q3 | =IFERROR(INDEX(t_pickconvertor,MATCH([@Pick],t_pickconvertor[Pick],0),MATCH(t_pickconvertor[[#Headers],[PickCode]],t_pickconvertor[#Headers],0)),"") |
For both rows in table 11 i would get ΑΓΓΠ4,15 but this is not the same, because first 4,15 is for label "1" and the other 4,15 is for label "1.%"
Thank you all just for reading this...