Forum Discussion
Kayletab
Mar 25, 2020Copper Contributor
formula to calculate notice period
Hi, I am currently using the following formula to calculate notice period but the maximum years is 12 how can i add a clause to the formula to ensure the number calculated is no more than 12 ...
Abiola1
Mar 25, 2020MVP
This is the way your IF formula ought to look like
=IF(AA4<=5,"1Month",AA4*1)
=IF(AA4<=5,"1Month",AA4*1)
Kayletab
Mar 26, 2020Copper Contributor
Thank you for simplifying the formula. Do you know how I can limit the answer to a maximum of 12 on the aa4*1?
- SergeiBaklanMar 26, 2020Diamond Contributor
- KayletabMar 26, 2020Copper Contributor
Yes that worked perfectly thank you SergeiBaklan
- SergeiBaklanMar 26, 2020Diamond Contributor
Kayletab , glad to help