I'm having difficulty getting an INDIRECT reference to a cell that contains a dynamic maximum for data validation to work in Excel 2007. Here's what I'm using:
Setting: Custom w/ Allow Blanks Checked
Data: Is not selectable and contains the value "Between"
Formula: <=INDIRECT("R"&CELL("row")&"C"&CELL("col")+3,0)
The value entered must be less than or equal to the value contained 3 columns over.
Any suggestions very much appreciated. Thank you ...... Rick