Formula for Ternure
Based on the hiring date (column), how can I create a formula for Ternure to be shown in days, months & years?
Thank you
Answers
-
This will give you how many years based off a hire date. Then you could take the number of years by month and days
=(TODAY() - Hiredatecolumn@row) / 365
-
Unfortunately, it's not giving me the proper data.
From amount of days, how can I convert it to years, months and days in the same formula?
-
You could make a column for Year , Month, and Day separately. Lets use 07/06/20 as an example hire date.
you will also want to use the decrease decimal button in the upper left hand corner
So =(TODAY() - Hiredatecolumn@row) / 365 would give you the YEAR column of 2
Then =YEAR@row * 12 would give you the MONTHS of 24
Then =YEAR@row * 365 would give you the days of 730
-
I want to achieve something like this :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!