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.
All the above rules are working except the 4th one in the list which asks for the cell to turn red if Group status is not started and end date is in next 14 days. I have used the Smartsheet AI tool but no luck, I have saved and refreshed. I am using a helper column for my 5th rule in the list which asks the cell to turn…
Is there a way to limit a dropdown list so that the values in the dropdown list can only be used once in a column?
I have tried this a variety of ways. I have Hotel and then 3 standard Vendor Types. I am checking to see if certain information has been entered for each of these on Sheet B. I have the formula pulling the information for these correctly. The issue is with any non-standard vendor types. Since not all meetings will have an…