I want a couple of buttons on my spreadsheet that moves a date forward or back. So I have a date in cell B3, I have two arrows that I want to assign a macro to. The up arrow would move the date in cell B3 up one day and down arrow would move the date in cell B3 back on date.
For example:
Date in B3 is 06/25/2023
If I click the up arrow, the date in cell B3 goes to 06/26/2023
If I click the down arrow, the date in cell B3 goes to 06/24/2023
The date in the cell is actually pulling data from another sheet based on a lookup, so I want to cycle through the dates on the other sheet. So my lookup looks at the date and then pulls data into other cells on the same sheet based on that date. If anything can I cycle through the column on the other sheet that contains the dates?
What's the best way to do this? Thanks.
Bookmarks