KrystalGoulet
8 years agoQrew Trainee
Need help on a syntax error
Hey all,
I hope someone can help me. I'm trying to create a numeric formula that will calculate the amount of PTO available to my employees based upon their hire date, but I keep getting a syntax error when I input the formula. Can someone please look at this and see where I am going wrong?
Thanks!
Case(year(today())-year([hire date]),
>=9,"200",
>=3,"160",
=2,"120",
=1,Month(Today())+1,
=0,Sum(month(today())-Month([hire date]))*10)