I have a wide table of people data, and it is hard to read a long row. I want to create a popup window or fixed frame to display each person data in a 2D layout like vcard. I have no idea how can I do this (VB, plugin, tricks, etc). Can anyone give me a hint how to do so? I think it should be a popular usage of excel.

Step 1: When clicking each row, display the complete data of that row in a 2D layout (like vcard).

Screenshot from 2012-06-28 21:38:14.png

Step 2: Ideally, I wish to have a blank form, as I can search for records. I mean when typping in the place for first name, display the record for this person (considering that the first name is unique). I can have my 2D form in one spreadsheet and keep data on another one. In fact, I need a VB to the value of a cell in a column of the second spreadsheet and capture its data.