I have 900 rows of data of which there is a cell in each row that designates the date the data was entered.
I made another sheet where I'd like to run a macro that will go through each row and determine if the date the data was entered is >= the (current date - 1).
This way I would have all data entered within the past 24 hours.

I am not anywhere near a programmer, but this is what I thought of:

for i = 1 to 900
if "N " & i + 1 >= "todays date" - 1