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.
My formula works in my index/match when I type the employee number in, but when it is a formual, it give me #NO MATCH. See below
Hello: I am creating automations for several of my SmartSheet projects. I have successfully created an automation that alerts me when there are changes to any of 5 critical values in a row within my sheet. However, I am trying to determine how to include which of those 5 values changed in the alert email.
Hello, I'm new to Smart Sheet. I have an 'intake form' that pulls user-entered data into my Smart Sheet, and one of the fields that is entered I would like to lookup off of a Workspace I uploaded (Excel document). Are there any tips/tricks to help get this done? I linked a cell to it, but then it put a blue arrow and I…