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
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!