Rounddown

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"
Answers
-
To clarify, are you always looking to round down if the number contains a decimal?
For example, if the output is 0.98, would that be 1 or 0?
If that would be 0, then you can use the ROUNDOWN function like so:
=ROUNDDOWN(INT([Contract End]@row - TODAY()) / 31, 0)
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!