January 24, 201114 yr Hello guys, I have a small problem... I have two tables Table 1: Want to sign out (YES) Table 2: Signed out (NO) My question is: If table 1 is "YES". I want that table 2 sets to "YES" when i pass or in the month (example: march) I have tried some things but it didnt work (worked with time to test) (This is the script in table 2) If ( Want to sign out = "YES" ; If ( Time ( 0 ; 5 ; 0 ) = ( Time ( 0 ; 5 ; 0 )) ; "YES" ; "NO" ) ; "NO" ) Can someone help me with the script Regards, Serhat
Create an account or sign in to comment