Need with formulas
Good day Community,
I have a spreadsheet where I need to know;
- From a Date, how many days are: Age at time of approval with Years and Months Column I will need to convert it into how many net days are.
- To know in years and months what's the CSPA at the time of approval I have it like this but it gives me decimals =[Age - Pending Days]@row / 365
I hope it makes sence.
thanks in advance :)
Answers
-
This MIGHT work.
Example sheet:
Age formula:
=NETDAYS([Birth Date]@row, [End Date]@row)
Years (decimal) formula:
=(Age@row - [Days Pending]@row) / 365
Years (flat) formula:
=ROUNDDOWN([Years (decimal)]@row, 0)
Days (minus pending) formula:
=Age@row - ([Years (flat)]@row * 365) - [Days Pending]@row
Months formula:
=ROUNDDOWN([Days (minus pending)]@row / 30.41666666666667)
Age (Years/Months) formula:
=[Years (flat)]@row + " Years, " + Months@row + " Months"
-
Thank you!!! It helped a lot.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!