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
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
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)
Andrée
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.
I'm trying to pull in the contact information of a second HR Business Partner, contingent on the department of the individual, from a separate reference sheet. However, not all departments have a second HRBP— so if the column of "second HRBP contact info" is blank, I don't want anything to be pulled into the new sheet's…
I have an automation set up so that when the Status column changes to Complete, Canceled, or Not Needed, Smartsheet automatically updates the % Complete column to 100% (Text/Number column type). After that, another workflow should trigger to alert the next person that their task is ready. This worked fine before, but…
Hello, My index match formula cross sheet is giving error since yesterday. =INDEX({VER DT4DT Tools Range 1}, MATCH([App CI]@row , {VER DT4DT Tools Range 2}, 0)) I have checked the format of columns in both sheet and also retyped formula. any advice?