+ Reply to Thread
Results 1 to 5 of 5

How to embed an image in a cell by URL reference?

  1. #1
    Registered User
    Join Date
    09-20-2011
    Location
    Calgary, Canada
    MS-Off Ver
    Excel 2010
    Posts
    5

    How to embed an image in a cell by URL reference?

    I am trying to add an image reference (using a URL or network drive path) within the below shown formula (in place of the exclamation mark) but haven't been able to.

    =IF(C105<5,"!","")

    I am assuming there must be a relatively simple way to do this, but maybe not. Any help anyone can offer is much appreciated. Thx.

    Jason

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: How to embed an image in a cell by URL reference?

    us the hyperlink function
    =IF(C105<5,
    HYPERLINK("http://www.excelforum.com/excel-general/793153-how-to-embed-an-image-in-a-cell-by-url-reference.html","excel forum"),"")
    =HYPERLINK("C:\Documents and Settings\Martin Wilson\My Documents\My Pictures\martin.jpg","my pic")
    Last edited by martindwilson; 09-20-2011 at 06:10 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    09-20-2011
    Location
    Calgary, Canada
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: How to embed an image in a cell by URL reference?

    Thanks, but I'm actually intending for the image to display within the cell rather than open/display in a new browser window when the condition is satisfied.

    Is there a way to do that, if you know what I mean?

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: How to embed an image in a cell by URL reference?

    doubt if you can do that

  5. #5
    Registered User
    Join Date
    09-20-2011
    Location
    Calgary, Canada
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: How to embed an image in a cell by URL reference?

    Thanks anyway.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1