I'm trying to create a complete database of professional hockey seasons for all leagues that have existed in North America. The end goal is to be able to state a year/season and which league active in that year I want to display. The first part of completing this is to copy out the standings, top scorers, award winners, etc. for each season of each league. I have the team city, team name, and team logo image in separate cells, followed by wins, losses, points, etc. On a separate sheet, I have a list of every city and team (again in separate cells) as the rows, each year is a separate column, and the contents of the array being the team logo in that year. On the page where I list the season standings, I want the correct team logo image for the given season and team to insert itself next to the team name using a formula.
I've been searching for this a lot online and haven't been able to really solve the issue. I followed a small walkthrough to display an image in a cell based on a reference cell, but this involved creating a named range. This worked great, for a single cell, but it's my understanding that I would have to create a new named range for every single instance I want to copy an image over. At that rate, I might as well just copy and paste the images in manually, which I'm trying to avoid. If anyone could help me out it'd be greatly appreciated. If my problem isn't clear, let me know and I'll try to clarify.
If this isn't even possible using formulas, I've used VBA though I'm extremely novice at it (I'm trying my best, but even loops confuse me haha). So if VBA is the only way, please be patient with my ignorance.
First image below is an example of the first couple years for an early hockey league showing their league name, city name, team name, then their logo for each of the years (very basic example of this). Second image is a breakdown of each of the seasons shown in the first image. I'm wanting the team logo for the given team/season to display in column 'B'.
I've been searching for this a lot online and haven't been able to really solve the issue. I followed a small walkthrough to display an image in a cell based on a reference cell, but this involved creating a named range. This worked great, for a single cell, but it's my understanding that I would have to create a new named range for every single instance I want to copy an image over. At that rate, I might as well just copy and paste the images in manually, which I'm trying to avoid. If anyone could help me out it'd be greatly appreciated. If my problem isn't clear, let me know and I'll try to clarify.
If this isn't even possible using formulas, I've used VBA though I'm extremely novice at it (I'm trying my best, but even loops confuse me haha). So if VBA is the only way, please be patient with my ignorance.
First image below is an example of the first couple years for an early hockey league showing their league name, city name, team name, then their logo for each of the years (very basic example of this). Second image is a breakdown of each of the seasons shown in the first image. I'm wanting the team logo for the given team/season to display in column 'B'.