Hi,Originally Posted by kistev
the easiest way for this is a table of Date - Rates
whilst the table could be anywhere, a separate sheet is recommended, Rates, in column A the date the rate starts, in column B the rate from that date.
For the cell where you want the rate to appear, and assuming the 'date' is in column N
=VLookup(N2,Rates!A:B,2,True)
will set the rate.
Make sure the sheet Rates!A dates are in correct date sequence.
hth
---
Bookmarks