hi all not one for posting normally as i like to work things out for myself, but this error im having has me pulling my hair out.
i found a dashboard online for match results and statistics that i edited to show lineups, goalscorers etc. dependent on the match selected the information will show for two teams as per the image below
you will notice that there is 2 kit images appearing again dependent on the user selection. the problem im facing is that all the images on the home side appear correctly, but on the away side, 7 particular teams dont show correctly, while 4 others do,
heres the home side formula =IF(Calculation!$D$31<>"-",INDEX(Logos!$A$2:$B$23,MATCH(Calculation!$B$31,Logos!$A$2:$A$23,0),2),Logos!$C$2)
its in name manager and the cells referred to are D31 in calculation is the match score, A2:b23 on logos is the table for the team names and logos, b31 is the user selected match and it shows the home team, logos a2:A23 is the team names and C2 is an image if an error occurs. (incidently thats not working either on the 7 teams, as when i click on the 7 teams not working it holds the image from the previous return until it finds another image that will show.)
=IF(Calculation!$D$31<>"-",INDEX(Logos!$A$2:$B$23,MATCH(Calculation!$C$31,Logos!$A$2:$A$23,0),2),Logos!$C$2)
this is the away side formula, only difference is the C31 location, which is the user selected away team
any help would be appreciated, just cant ascertain why 4 of the away team images work correctly, yet 7 dont, but they work correctly in the home side.
i found a dashboard online for match results and statistics that i edited to show lineups, goalscorers etc. dependent on the match selected the information will show for two teams as per the image below
you will notice that there is 2 kit images appearing again dependent on the user selection. the problem im facing is that all the images on the home side appear correctly, but on the away side, 7 particular teams dont show correctly, while 4 others do,
heres the home side formula =IF(Calculation!$D$31<>"-",INDEX(Logos!$A$2:$B$23,MATCH(Calculation!$B$31,Logos!$A$2:$A$23,0),2),Logos!$C$2)
its in name manager and the cells referred to are D31 in calculation is the match score, A2:b23 on logos is the table for the team names and logos, b31 is the user selected match and it shows the home team, logos a2:A23 is the team names and C2 is an image if an error occurs. (incidently thats not working either on the 7 teams, as when i click on the 7 teams not working it holds the image from the previous return until it finds another image that will show.)
=IF(Calculation!$D$31<>"-",INDEX(Logos!$A$2:$B$23,MATCH(Calculation!$C$31,Logos!$A$2:$A$23,0),2),Logos!$C$2)
this is the away side formula, only difference is the C31 location, which is the user selected away team
any help would be appreciated, just cant ascertain why 4 of the away team images work correctly, yet 7 dont, but they work correctly in the home side.