Hi, is there a way i can make the 00/00/00 point to say I4, so it changes to 31/01/11
Excel Workbook
B C D E F G H I 4 Please see rec dated 00/00/00 saved in S:\Test 31/01/2011 Sheet1
If I4 is a real date then you'll need TEXT function, e.g.
="Please see rec dated "&TEXT(I4,"dd/mm/yyyy")&" saved in S:\Test"