I have daily data on Sheet1 containing many columns including a "period#" column and a "date" column. Sheet2 contains a table of ~monthly periods (1-24 so far) that have variable start-end dates in adjacent columns (three columns: period #, startdate, enddate). I would like to find a function for the "period#" column on Sheet1 that will automatically match the date in the adjacent "date" column with a period number for the date ranges defined on Sheet2. Any suggestions with or without VBA?