Future Date Calculation
Hi
I'm trying to convert an Excel formula to Smartsheet formula:
Excel formula =[Installation date]4+(365*[Warranty Expiry]$3)
Aim is to give a future date when the warranty will expire x years after the piece was installed.
Thanks
Comments
-
Hi Mandi,
Try this.
=IF(ISDATE([Installation Date]@row); [Installation Date]@row + 365 * [Warranty Expiry]@row)
The same version but with the below changes for your and others convenience.
=IF(ISDATE([Installation Date]@row), [Installation Date]@row + 365 * [Warranty Expiry]@row)
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi Andrée
Thanks, I tried this but I get an error message Incorrect Argument Set. Any ideas?
-
Happy to help!
Can you describe your process in more detail and maybe share the sheet(s) or some screenshots? That would make it easier to help. (share too, andree@getdone.se)
Have a fantastic weekend!
Best,
Andrée
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Mandi
your original formula should work. You need to make sure the output and the date reference have the date column types, and your number reference needs to be a text number column.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!