Hi,

You can't have a cell containing a formula and allowing manual entry into it. It's one or the other. You would need to have an 'override' cell (e.g. A1) and then change your vlookup formula to something like =IF(A1="",vlookup_formula,A1).

Dom