How to create an automatic hyperlink?

RAQUELAMIGARAKO

New Member
Joined
Jul 18, 2016
Messages
3
I want excel to automatically create an hyperlink every time it finds a specific word on a column... so everytime the text in question appears a new hyperlink to the same destination will be automatically created... can i???
 

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
try this, word in B1, link in C1


Excel 2012
ABC
1test1test3test3
2test2
3test3
4test4
5test5
6test6
7test7
8test8
9test9
10test10
Sheet1
Cell Formulas
RangeFormula
C1=IFERROR(HYPERLINK("#sheet1!A"&MATCH("*"&B1&"*",A:A,0),B1),"")
 
Upvote 0
Hi thank you so much for your help, I've tried but had no luck, im very new in excel so far and i didn't quite catch the concept, ill try to explain my self better see if you can help me..
i have a clients list in column A in Sheet 1, and every time they pay me I place their names in A and the amount in B, in sheet 2 I have all the data for every client, so what i wanted is that every time i type in column A the name "juan" it makes itself an hyperlink to sheet 2 where ill be able to find Juan´s info... the trick is that the word "juan" will always be an hyperlink to the same spot on sheet 2...
hope i did it well enough, english is not my natal language so im not sure if i express my self in the best way... any way again thank you so much for your help
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,695
Members
448,979
Latest member
DET4492

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