I have two columns of data that I want to match up. The
problem is that one of the columns has less data than the
other. I want the cells to line up when they equal the
same number. Some of the cells will not have an equal
though. I know that I can sort both columns, but the data
will not line up because one of the columns has less data
than the other. I can do an insert to push the data down
so that it lines up, but that is time consuming.

Thank you.
Tim