Hello,
I'm trying to highlight all rows based on whether values in a certain column are consecutive numbers.
My spreadsheet is thousands of rows long and each cell in column I contains an 11-digit number. If any of those numbers are consecutive, I would like the whole row highlighted.
I tried this with conditional formatting with a basic =A2+1=A3 for example, and it wasn't highlighting properly. I have some VBA experience so if that's the needed route, no problem.
Thanks in advance!
Aaron
I'm trying to highlight all rows based on whether values in a certain column are consecutive numbers.
My spreadsheet is thousands of rows long and each cell in column I contains an 11-digit number. If any of those numbers are consecutive, I would like the whole row highlighted.
I tried this with conditional formatting with a basic =A2+1=A3 for example, and it wasn't highlighting properly. I have some VBA experience so if that's the needed route, no problem.
Thanks in advance!
Aaron