I need to adjust the below to say if what is in orange is >=12 then return a value of "monthly"...right now it works how it is and brings back a value of 12, instead of 12 i'd like it to say monthly. I have tried adding another if statement but i keep getting 0 or errors. It's probably something small or out of order but i cannot figure it out.
=IF(M2="Y",ROUND((J2-H2+1)/30,0),"ANNUAL")
=IF(M2="Y",ROUND((J2-H2+1)/30,0),"ANNUAL")