Hi, Lets say I have a Program end date of Jul 18th 2022
Months :: =INT([Contract End]@row - TODAY()) / 31
Days :: =([Days to Contract Renewal]@row - INT([Days to Contract Renewal]@row / 365) * 365 - INT(([Days to Contract Renewal]@row - INT([Days to Contract Renewal]@row / 365) * 365) / 30) * 30)
The Months is being calculated as 1 since I am using the available function of Smartsheet to round up/down when under or over .5
I want to use ROUND DOWN option here. How do I write the Bolded highlighted string for rounddown so the result is "0"