currently have:=IF(A1<=TODAY(),"Purchase Date","Error, Date cannot be greater than "&""&TEXT((TODAY()),"dd-mmm-yy"))What I want is if A1 is before 31/12/11 then "Out of Date"if between 31/12/11 to today then "Purchase Date" and finallyif after Today then "Error, Date canot be greater than "&""&TEXT((TODAY()),"dd-mmm-yy"))~Thanks