In Sheet3's G14:
=IF(Sheet1!G14="","",TEXT(RIGHT(Sheet1!G14,2)+0,"00"))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Khalil Handal" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi to all,
> Sheet1 has a value in cell G14 represent the years of a date
> I want to copy it to sheet3 in th same location G14 but only to display 2
> digits (1993 will show as 93) and 2007 will show 07 and 2000 will show 00)
>
> G14 in sheet3 will show nothing if no value is entered in G14 in sheet1
>
> Thanks
>
>