How can this be done in Excel 2007?
MRT wrote:
One way (event macro - free) $B!
21-Nov-09
One way (event macro - free) $B!D(B # based on Excel 200
1. on the Sheet2
2. Select the cell A1 , Press Alt > i > p > f, and select the picture-1
3. Adjust the cell A1 size to fit the picture-1
4. Still selecting the cell A1 condition, press Alt > o > c > w > Enter, select B1
1, Alt > e > r
5. Select the cell B1 , Press Alt > i > p > f, and select the picture-2
6. If needed, adjust the picture-2 size to fit the cell B1
7. Select the cell C1 , Press Alt > i > p > f, and select the picture-3
8. If needed, adjust the picture-3 size to fit the cell C1
9. Select again the cell A1, press Alt > i > n > d, type the name "pic_01", and then click Add > OK
10. Select again the cell B1, press Alt > i > n > d, type the name "pic_02", and then click Add > OK
11. Select again the cell C1, press Alt > i > n > d, type the name "pic_03", and then click Add > OK
12. Select the cell D1, press Alt > i > n > d, type the name "pic_04", and then click Add > OK
13. Select again the cell A1, press Alt > e > c
14. move to the Sheet1
15. Select the cell what you want to display the picture, *hold down Shift key* and press Alt > e > n
16. Change the formula "=Sheet2!$A$1" displayed on the formula bar to "=pic_00" and Enter
17. Press Alt > i > n > d, type the name "pic_00" In the Apply names box
18. In the "Refers to" box, type or paste following formul
=IF(Sheet1!$A$1=1,pic_01,IF(Sheet1!$A$1=2,pic_02,IF(Sheet1!$A$1=3,pic_03,pic_04))
and then click Add > OK
19. Now, try to input 1, 2, 3 or others in the cell A1
HT
-
MRT
Previous Posts In This Thread:
can i insert a picture with a if statement
I have 2 pictures but only want to display one dependant on what infomatio
is in cell a1 is this possible using a IF statement??
Not with a formula.
Not with a formula
See John McGimpsey's site for a method using a Data Validation dropdown t
select an item which inserts a picture
http://www.mcgimpsey.com/excel/lookuppics.htm
Gord Dibben MS Excel MV
Insert pictures
Hi,
I have 3 pictures but only want to display one dependant on what infomation
is in cell a1 is this possible using a IF statement??
One way (event macro - free) $B!
One way (event macro - free) $B!D(B # based on Excel 200
1. on the Sheet2
2. Select the cell A1 , Press Alt > i > p > f, and select the picture-1
3. Adjust the cell A1 size to fit the picture-1
4. Still selecting the cell A1 condition, press Alt > o > c > w > Enter, select B1
1, Alt > e > r
5. Select the cell B1 , Press Alt > i > p > f, and select the picture-2
6. If needed, adjust the picture-2 size to fit the cell B1
7. Select the cell C1 , Press Alt > i > p > f, and select the picture-3
8. If needed, adjust the picture-3 size to fit the cell C1
9. Select again the cell A1, press Alt > i > n > d, type the name "pic_01", and then click Add > OK
10. Select again the cell B1, press Alt > i > n > d, type the name "pic_02", and then click Add > OK
11. Select again the cell C1, press Alt > i > n > d, type the name "pic_03", and then click Add > OK
12. Select the cell D1, press Alt > i > n > d, type the name "pic_04", and then click Add > OK
13. Select again the cell A1, press Alt > e > c
14. move to the Sheet1
15. Select the cell what you want to display the picture, *hold down Shift key* and press Alt > e > n
16. Change the formula "=Sheet2!$A$1" displayed on the formula bar to "=pic_00" and Enter
17. Press Alt > i > n > d, type the name "pic_00" In the Apply names box
18. In the "Refers to" box, type or paste following formul
=IF(Sheet1!$A$1=1,pic_01,IF(Sheet1!$A$1=2,pic_02,IF(Sheet1!$A$1=3,pic_03,pic_04))
and then click Add > OK
19. Now, try to input 1, 2, 3 or others in the cell A1
HTH
--
MRT
Submitted via EggHeadCafe - Software Developer Portal of Choice
JQuery and partial views in an ASP.NET MVC application
http://www.eggheadcafe.com/tutorial...03-84508b0ae3b5/jquery-and-partial-views.aspx