I am creating a chart and need to be able to see important information about the data point on click. I am currently able to use the Chart Events to reference information about the data point embedded in the chart. But I want to add information that is in adjoining rows to the table of data from which the chart is created. I am not sure how to write teh VBA code in chart events to match the data point to the corresponding row and column in the table. get the data in adjoining rows and add it into the message that displays on click.