I am trying to create a formula in column 1st yr (105 hours max) that will return the value in the Vacation Balance column ONLY IF the Years of Service is <= 1 years 11 months 31 days, AND IF the Country is USA OR PRI.
I am using the formula below but it is returning vacation balances whose Years of Service is greater than 1 years 11 months 31 days. Any ideas what formula I can use?
=IF(OR([Years of Service]@row <= "1years 11 months 31 days", Country@row = "USA", Country@row = "PRI"), [Vacation Balance]@row)