I have a spreadsheet with several worksheets and I want to do a data validation that is based on the content of that particular worksheet. When I create a named range using =offset(Sheet1!C3,-2,-1,4,0) for Sheet 1, I would like the sheet name to change based on the sheet I'm on. So when I'm in Sheet2, I would like the name range to be dynamic and change the sheet name to Sheet2. I tried just putting in the cell reference when creating the name range, but Excel always puts the sheet name in the offset function depending on the sheet I'm on. Anyone know of a way to make the sheet name dynamic in the offset function when using a name range?