I set up, with the camera tool, in cell (C6 in Sheet1) an image that changes based on the contents of another cell (S2 in a sheet called Scoring). I Name-Defined cells B1, C1, D1, E1 in sheet Helmet to be the images that fill into C6 on Sheet1. The Name-Define was given the title Helmet and “Refers To” the following formula:
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
=IF(Scoring!$S$2="Colts",Helmet!$B$1,IF(Scoring!$S$2="Jaguars",Helmet!$C$1,IF(Scoring!$S$2="Titans",Helmet!$D$1, IF(Scoring!$S$2="Texans",Helmet!$E$1,""))))
<o> </o>
Then the image in C6 was changed to have a formula that reads =Helmet
<o> </o>
In other words, when I type the words Colts or Jaguars or Titans or Texans into S2 the image in C6 changes.
<o> </o>
Excel has a max of 8 IF statements and I need 32 if statements, is there any way to achieve the same results using a different type of formula ( INDEX, MATCH?) I am not too familiar with these other types of formulas, so an example would help.
<o> </o>
I was thinking along the lines of; IF any cells on sheet Reduce in the Range A1 to A4 match the value of the images in Helmet B1, C1, D1, E1 then the image in C6 is changed, but I just don’t know how to do it : (
<o> </o>
Thanks!
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
=IF(Scoring!$S$2="Colts",Helmet!$B$1,IF(Scoring!$S$2="Jaguars",Helmet!$C$1,IF(Scoring!$S$2="Titans",Helmet!$D$1, IF(Scoring!$S$2="Texans",Helmet!$E$1,""))))
<o> </o>
Then the image in C6 was changed to have a formula that reads =Helmet
<o> </o>
In other words, when I type the words Colts or Jaguars or Titans or Texans into S2 the image in C6 changes.
<o> </o>
Excel has a max of 8 IF statements and I need 32 if statements, is there any way to achieve the same results using a different type of formula ( INDEX, MATCH?) I am not too familiar with these other types of formulas, so an example would help.
<o> </o>
I was thinking along the lines of; IF any cells on sheet Reduce in the Range A1 to A4 match the value of the images in Helmet B1, C1, D1, E1 then the image in C6 is changed, but I just don’t know how to do it : (
<o> </o>
Thanks!