MarkCBB
Active Member
- Joined
- Apr 12, 2010
- Messages
- 497
Hi there,
I am using the following formula to Hyperlink to a picture:
However not all; the pictures are the same file type, I tried the following formula but it didn't work:
A1 =
B1 = "Pic1"
C1 = Friendly name
is there a way to make this formula more robust to include all picture file types?
I am using the following formula to Hyperlink to a picture:
Code:
=HYPERLINK($A$1&"\"&B1&".PNG",C1)
However not all; the pictures are the same file type, I tried the following formula but it didn't work:
Code:
=HYPERLINK($A$1&"\"&B1&".*",C1)
A1 =
Code:
C:\Users\user\Desktop\TEST
C1 = Friendly name
is there a way to make this formula more robust to include all picture file types?