For my current daily use of Excel, I have a sheet where hundreds of consecutive rows have the same value for a particular column. I’d like a way to quickly skip down to the next different value.
ctrl + ↓ goes to edge (i.e. the end or the next break in data), but I want to only skip identical cells.
I am looking for a keyboard command, not a macro or an extension-dependent solution.
The solution must work for a column of formula-populated cells. The formula in question:
=VLOOKUP($N19377,'Dates and Codes'!$B:$D,2,FALSE)