Problem with creating a hyperlink function

cplettner

New Member
Joined
Jun 21, 2013
Messages
19
Hi,

I'm trying to hyperlink to a cell in another sheet in the same workbook. I can get the furmula to work, but if I add rows above the targe cell then they Hyperlink formula doesn't automatically adjust. How do I correct for this Below is the example.

Sheet1
AddressPaintingCleaning
320 KnoxBest PaintingA+ Cleaning
another addressBest PaintingA+ Cleaning

<tbody>
</tbody>

"Vendor" Sheet

Company NameContact PersonPhone #
Painting
Best Painting
Cleaning
A+ Cleaning

<tbody>
</tbody>

I want the B2 cell in "Sheet 1" to hyperlink to the B3 cell in "Vendors" I am using the following formula which works
Code:
=HYPERLINK("#Vendors!b3",Vendors!$B$3)

However, if I go into the Vendor sheet and say add a row above the Best Painting the formula changes to the following:
Code:
=HYPERLINK("#Vendors!b3",Vendors!$B$4)

As you can see the link location remains at b3 which is no longer where the information is, but the friendly name changes to the correct cel reference (one cell down).

How can I fix this?

Thanks
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,215,607
Messages
6,125,818
Members
449,262
Latest member
hideto94

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