![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I am trying to link a picture to a particular cell using Microsoft Excel. My
ultimate goal is to us a "VLOOKUP" comand to pull up whatever picute is referenced in the VLOOKUP command. So far I can't find a way to accept the object in the cell reference. |
| Ads |
|
#2
|
|||
|
|||
|
For a VBA solution:
http://www.mcgimpsey.com/excel/lookuppics.html For a non-VBA solution: Assumption: Pictures are stored on Sheet2 to be dynamically shown on Sheet1. Select Sheet2 and turn off Grid Lines (Tools>Options>View tab:Uncheck Grid Lines) 1)For each picture to be displayed: 1a. Insert>Picture from file. (select picture and put it in the sheet). 1b. Select the range of cells that contains the picture. 1c. Name that range of cells, using the prefix "pic" followed by the dropdown list text: Example for a picture of an Elephant: Insert>Name>Define Name: picElephant 2)Build your data validation list on a cell in Sheet1 and pick one of the items. 3)Create a dynamic range name that refers to that cell: Insert>Name>Define Name: ShowMyPic RefersTo: =INDIRECT("pic"&Sheet1!$A$1) ....or whatever cell you chose. 4)Copy/Paste one of the pictures from Sheet2 to the display cell on Sheet1. 5)With picture selected, type this in the formula bar, then press [Enter]: =ShowMyPic The picture will be replaced by the picture referred to by the dropdown list. Each time you select a different item in the list, the associated picture will appear in the picture box and resize appropriately. Does that help? *********** Regards, Ron XL2002, WinXP-Pro "scottykaminski17" wrote: > I am trying to link a picture to a particular cell using Microsoft Excel. My > ultimate goal is to us a "VLOOKUP" comand to pull up whatever picute is > referenced in the VLOOKUP command. So far I can't find a way to accept the > object in the cell reference. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I link a folder to a cell in an Excel spreadsheet | Hyperlink from Excel Cell to Folder | Excel Worksheet Functions | 3 | February 3rd 07 07:34 PM |
| Can a picture be inbeded in an excel cell | SCARSON | Excel Discussion (Misc queries) | 2 | December 21st 05 12:41 AM |
| Clicking Cell Link Changes Cell on Another Sheet | nshah | Excel Discussion (Misc queries) | 1 | August 31st 05 01:50 AM |
| Copy cell format to cell on another worksht and update automatical | kevinm | Excel Worksheet Functions | 21 | May 19th 05 11:07 AM |
| Can an Excel formula be created to paste a picture in a cell? | bonita0914 | Excel Worksheet Functions | 2 | April 28th 05 06:11 PM |