I have a sheet (Calendar) where users will pick a date in cell A1. This cell is setup with a data validation that pulls from sheet (Info) in Column A.
I would like it to automatically populate A2 on the Calendar sheet with whatever value is in the next row from the value they selected on the Info tab.
Example:
Sheet: Calendar
Cell: A1
Value: 11/17/2014
Sheet Info
Cell: A22
Value: 11/17/14
Cell: A23
Value: 11/24/14
Sheet Calendar, Cell A2 should then return 11/24/14
Bookmarks