How to display an image thumbnail from a hyperlink in a cell?

DSmi5th

New Member
Joined
Feb 14, 2022
Messages
2
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
  2. MacOS
I have a "Master" sheet that contains records for the antiques we buy and sell. One of the items in each record (C4:C100) is a cell containing a hyperlink to a local photo of the item. I use VLOOKUP in another data entry sheet called "Sell" to locate an item (By item #) and display the info for just that item. One of the cells in that sheet (D9) has the formula =IF(D5="","",VLOOKUP(D5,Master!A4:G217,3,0)) in it which returns and displays the hyperlink text. I am trying to find the right code that would display a sized image of the hyperlink on the Sell sheet.

Macis V1.2.xlsm
ABCDEFGHIJ
1Master Inventory / Sales Ledger2022
2
3Item #DescriptionPhotoPurchase DateVendorPurchase PriceProjected Sell PriceSell DateSell PriceCustomer
41Water Meterfile:///Users/davesmith/Pictures/Photos Library.photoslibrary/originals/F/FF57B594-126C-4CD2-AE33-FC50C7AF530E.heic2/1/22Goodwill$20.00$30.001/23/22$122.00Flo
52PiePie2/1/22Magic$12.00$20.002/28/22$33.00Harry
63JeepJeep1/3/22 Bud's Stuff $11.00$33.001/23/22$44.00****
74Matmat2/2/22 Goodwill Industries $1.00$12.002/28/22$12.00city
85SteakSteak1/2/22 Bud's Stuff $33.00$55.003/23/22$55.00harry
96Pool TesterPool Tester1/4/22 Goodwill Industries $11.00$33.00
107HoseHose1/23/22 Bud's Stuff $1.00$4.00
118DeskDesk3/3/21 Bud's Stuff $3.00$6.00
129DogsDogs2/2/22 Bud's Stuff $3.00$55.001/23/22$44.00Bud Jones
1310Forklift../Pictures/Idaho Forklift.jpg1/4/22Magic Treasures$222.00$333.00
1411GeneratorGenerator2/1/22Bud's Stuff$45.00$65.00
Master
Cells with Data Validation
CellAllowCriteria
E13:E14List=ShortName
E4:E5List=ShortName
F6:F14List=ShortName


HERE IS THE SELL SHEET:

Macis V1.2.xlsm
ABCDEFGHIJ
1
2
3Sales Data Entry
4
5Item #4
6
7DescriptionMat
8
9Photomat
10
11Date Sold1/23/22
12
13Sell Price
14
15Customer / Venue
16
17
18
19
20
21
22
23
Sell
Cell Formulas
RangeFormula
D7D7=IF(D5="","",VLOOKUP(D5,Master!A4:G217,2,0))
D9D9=IF(D5="","",VLOOKUP(D5,Master!A4:G217,3,0))
Cells with Data Validation
CellAllowCriteria
D10List=LocationList
D11Whole numberbetween -50000 and 50000
D15List=Customers!$B$4:$B$547


I hope I did this right, and thanks.
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
I found another post that has given me enough to figure this out. Thanks to EdMitchell:

 
Upvote 0

Forum statistics

Threads
1,214,589
Messages
6,120,415
Members
448,960
Latest member
AKSMITH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top