Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default can i attach picture to cell and use vlookuo function?

hi all,
can excel do look up function on cell that contain picture?

it seem that the vlookup will display 0.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,073
Default can i attach picture to cell and use vlookuo function?

On Nov 4, 10:18*pm, Oligo wrote:
hi all,
can excel do look up function on cell that contain picture?

it seem that the vlookup will display 0.


Try here...

http://www.mcgimpsey.com/excel/lookuppics.html

Another way is DV0049 - ClipArt Selection at…
http://www.contextures.on.ca/excelfiles.html#DataVal

Here's a non vba solution from Jan Karel Pieterse.
http://www.jkp-ads.com/Articles/ShowPicture00.htm

Here’s Ron Coderre’s non-VBA solution…

However, as a new user, if you're not quite ready to jump into the
VBA
programming pool this is an alternative non-VBA solution:
Assumption: Pictures are stored on Sheet2 to be dynamically shown on
Sheet1.
Select Sheet2 and turn off Grid Lines
(ToolsOptionsView tab:Uncheck Grid Lines)
1)For each picture to be displayed:
1a. InsertPicture 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:
InsertNameDefine
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:
InsertNameDefine
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 the 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.

Ken Johnson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default can i attach picture to cell and use vlookuo function?

Cells cannot contain a picture.

Pictures lay on top of cells, not within.

See Ken's reply for alternative solution.


Gord Dibben MS Excel MVP

On Tue, 4 Nov 2008 03:18:11 -0800, Oligo wrote:

hi all,
can excel do look up function on cell that contain picture?

it seem that the vlookup will display 0.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How attach a file in one cell How attach a file in the cell New Users to Excel 1 July 3rd 07 08:48 PM
how do I insert picture into cell so vlookup can return picture? ah Excel Worksheet Functions 1 May 1st 07 04:38 AM
Can I attach a PDF in a cell? Genia Excel Discussion (Misc queries) 1 February 1st 07 02:39 PM
Is it possible to attach a clipart or picture into a cell? Fredrik Excel Discussion (Misc queries) 3 April 10th 05 03:29 AM
Any way to attach a picture to a cell? Dustin Swartz Excel Discussion (Misc queries) 3 January 25th 05 12:35 AM


All times are GMT +1. The time now is 07:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"