All Topics | Topic: “If as a logical function”
Author Message
Miss fatma saidi
Subject: If as a logical function   
Posted: 6/14/2016 Viewed: 14648 times

I have got two conditions in my case if year<2015, area 735, if year>2015 area 0
This expression (If year <2015, 735, If year > 2015,0) does not work,
but replacing the cummer with dutch cummer,was helpful and it works succefully.
(If year <2015;735;If year > 2015;0)
Thank you.
Topic: “If as a logical function”