Hi,
I have several date fields with a Julian date lay-out. I found the following code to change the fields into a 'normal' format:
=DATE(IF(0+(LEFT(A1,2))<30,2000,1900)+LEFT(A1,2),1 ,RIGHT(A1,3))
What I don't understand about it is, what the LEFT and RIGHT does and what the (A1,2) and (A1,3) do. And where do I place the code? In a new field or do I place it in the same field as the one with the Julian dates?
PLEASE HELP ME!!