IF, Then Statement using picture files?????

  • Thread starter Thread starter Brw
  • Start date Start date
B

Brw

Will Excel allow you to insert a specific picture file
(*.jpg) based on the criteria of a cell?

i.e.
I have four employees that will fill in their initials in
a CELL.

Based on those initials I want Excel to go to a folder
where I have these four employees signature scanned in as
*.jpg files and insert the appropriate picture.

I tried IF..Then but it won't allow you to INSERT a
picture while doing a formula.

Any suggestions?
 
You can not do this with a worksheet formula, but it is possible with VBA.
 
Not quite what you intended (??), but how about combining
a nested IF... THEN statement with the "HYPERLINK
Worksheet Function" Look it up in Excel Help...

This won't put the picture in a worksheet cell, but will
create a hyperlink in 'next' cell (the link created
depends on the IF statement!) that opens the appropriate
photo.

Method #1004 of skinning the cat. YOUR mileage may vary.

gary b
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top