When I do continental US maps - I have the region or state in column A and the associated $ value in column B The display data range covers both A and B columns and when you hover you see "Colorado $4500" or whatever. When you try to include a C column that has another piece of data it complains about it needs to be limited to nX2 or 2Xn which makes sense for coloring the states with a alert/range. But I would really like to show more fields on the hover over the state than just the region name and the single field that is used for the alert coloring of the state. More like I can do with Google Maps pinpoints or other mapping situations. Any ideas would be appreciated. I suppose I could use a listview with a toggle button that is invisible or something, but that seems pretty clumsy for 50 states compared to just being able to include another column in the display data range.