formula with date

P

Piero Crincoli

I tried to use project customized fields with formulas like these
(it's the italian version of Project 2002):

IIf(([Testo progetto organizzazione4]="CHIUSO" AND [.Data apertura.]
< Date( ) ) ;"Sì";"No")

IIf(([Fine]>[Data progetto organizzazione2] AND [.Stato.] <>
"ABBANDONATO"); 1;0)

but both formulas give an error. Can you help ? Thanks Piero
 
Top