Hi,

I have a list of numerical data in one column.

This same data has been manually entered into a grid of approximately 10 columns at various row heights that do not correspond to row heights of the numerical data in the singular column.

What I am trying to do is to compare/match each one of the values in the singular column to its pair in the grid.

I understand I can sum each set of data, but when this does not equate, I want to be able to see which piece of data is incorrect or not matching.

Thanks in advance.