ThatGuyNamedDean
New Member
- Joined
- Apr 16, 2015
- Messages
- 9
I have a large data set with multiple columns and a significant number of rows. Each column has a string with a number in the same place but the number is different for each column. Due to typo errors I want to compare each column to the first column, which I know is correct. Is there a way for me to compare a cell with the cell next to it but only using a certain part of the text within the cell? An example is posted below of what I'm looking at.
ColumnA - abcd$1$abcd.ABCD
ColumnB - abcd$5$abcd.ABCD
I would ultimately like to write a code to highlight a cell if the number is different from the cell above it or if any of the letters are different from the cell to the left of it.
I've compared two cells before but using the value in the entire cell.
Thank you in advance for your help!
ColumnA - abcd$1$abcd.ABCD
ColumnB - abcd$5$abcd.ABCD
I would ultimately like to write a code to highlight a cell if the number is different from the cell above it or if any of the letters are different from the cell to the left of it.
I've compared two cells before but using the value in the entire cell.
Thank you in advance for your help!