I have a worksheet with customer details.

I want to remove the addresses from the worksheet 'list' and place them on a 2nd worksheet 'data' because the information takes up too much real estate on the list worksheet.

Instead, i'd like to be able to hover over the customer's surname and have the address display in a box.

I think this is ScreenTips, but how can I implement it the way i've described above?

I want to hover over surname in cell A2 on 'list' and I want this to display B2,C2,D2,E2 from 'data'.

Thank you.