So, say your data validations is in cell A1, your lookup range is B1:C10 (ie
column B contains Dates and C contains the values your looking up), your
formula would be something like
=VLOOKUP(A1, B1:C10, 2, FALSE)
and when you punch the formula in it retuns A1???
Dan E