Dynamic tooltip acting as a vlookup

gazmoz17

Board Regular
Joined
Sep 18, 2020
Messages
158
Office Version
  1. 365
Platform
  1. Windows
Hi,

Can a Tooltip replace the below formula.....which takes me to a diff tab looking up the corresponding Nominal code name form Nominal code clicked in column I?

=IFERROR(HYPERLINK("#'NC'!A"&MATCH(H28,NC!A:A,0),H28),"")

Currently when I click I24 it will take me to corresponding nominal code in work sheet "NC" Table name "NC".

1679403264201.png

1679403289375.png

1679403428366.png


Is there a way I can hover over I24 and will tell me the "Name" value in column B above. So the hover would return "Materials Purchased"?

Many Thanks
Gareth
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
It would be possible, but I am not sure if it is going to be a neat solution.
On activating the sheet (selecting it), a macro could run that updates the notes attached to each cell that needs this hover_above facility.
These cells will then get the little red corner. When hovering over the cell, the note will show.

Another way is to use shapes over the cells. See this thread: How can I trigger an Excel macro by hovering a mouse over a cell?
 
Upvote 0

Forum statistics

Threads
1,215,052
Messages
6,122,878
Members
449,097
Latest member
dbomb1414

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