I commonly have a dataset containing tens to hundreds of thousands of rows of data that I need to run a lookup or if statement to determine differences. I have it set up so that it does exactly what I want, all cells that have no difference are blank and all cells that have a difference have some visible value inside them. The question I have is if there is a way to move more efficiently between those cells that have visible values in them? If there were no formulas in the cells in between the visible value cells then I could just hit command + down (I'm on a Mac) and it would take me to the next cell with a value in it. However, since all cells in the column have a formula inside, when I do that it just takes me to the bottom of the range. Any suggestions other than just scrolling?