Skip to main content
Wolfgang Red 님이 #Data Management에 질문했습니다
If field 1 (date) is filled then it can not be different from field 2(date). If field 1 is empty, field 2 can be chosen arbitrarily.
답변 2개
  1. 2018년 2월 9일 오전 9:14

    TRY THIS =

    AND(

    NOT(ISBLANK(field 1)),

    field 1 <> field 2

    )

     

    Regards,

     

    Amit
0/9000