How do I do a hyperlink that exceeds 255 characters?

Best workaround: create your URL without the HYPERLINK formula ignoring the 255 character limit. Excel allows you to "assign" a URL to a cell (of any length) by right clicking --> Link. You can reference any cell in the sheet for that URL. The ONLY trick is it can't read the formula so you need to copy and paste values of the formula to the cell you want to reference. You can record a very simple macro to copy and paste values of the cell you want to refence for the URL, assign the URL, then delete the pasted values. The ONLY OTHER trick is that rudimentary recorded macros also have the same 255 character limit. So you use this formula =LEFT(A1,199) and this formula =MID(A1,200,LEN(A1)) to split it up when copying and pasting your reference URLs.
 
Upvote 0

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
(Answering an 8 year old question for anyone who hits this page like i did)

Create the Hyperlink in Microsoft Word and copy paste into Excel.

Word 2013 allowed to create a long (>255 character) Hyperlink as mentioned in below steps ;
pasting that hyperlink from Word to Excel didn't truncate the link address and the technique worked for me.

1. Put the address in Word, say :

2. Give a space right next to last character of the hyperlink address and word would convert it to a clickable hyperlink.

3. Right click that hyperlink and select "Edit Hyperlink".

4. In "Text to display:" field give the text intended to be visible. Click "Ok".

5. Cut/copy this hyperlink and paste it into the Excel cell. Done (y)


Not sure why this works but it works!

Alternatively, you can simply click "insert hyperlink" and paste it in (I've been playing around with concatenating 2 strings for the last 2 hours when I found your solution - sometimes the easiest solution is the best one!
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

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