Sign in to join the conversation:
Does anyone know if you can import a Excel spreadsheet into SmartSheet with embedded formulas and formulas linked to other sheets in the same Excel file without having to re-create the formula within SmartSheet?
Hi,
Unfortunately, you can only import one tab on the Excel spreadsheet each time.
I hope this helps you!
Best,
Andrée Starå - Workflow Consultant @ Get Done
Hi Andrea,
Thank you for your response. That is what I gathered and I just wanted to make sure nothing has changed. The other question I do have is when I import any Excel sheet with existing formulas already created they do not import. I have to re-create each formula for each cell after I import into SmartSheet. Is there a way around this issue without having to re-create each formula once the data is imported into SmartSheet? Thanking you in advance.
Happy to help!
The formulas should get imported (if you choose to), but it might be that there's an issue at the moment. I'd recommend contacting the Smartsheet Support Team also.
Some Excel formulas don't have matches and don't import (at least, last time I checked).
In Excel, you can turn off formula calculation that allows you to edit them. I used to replace "=" with "!=" and then import that way, as it is no longer a formula, just text.
Craig
Hi all. I'm trying to do something that I'm not sure if it's possible or not. We have a sheet that we are importing where the first column lists areas within our factory. Each column after that has a column name of a date. So 12/15/2025, 12/16/2025, 12/17/2025, etc. In each of the date columns is a target production…
Hello! I have what is probably a simple question my brain is just not comprehending properly. I need to SUMIFS from a sheet that matches some specific criteria but one of the fields I am using against needs to calculate a total if one dropdown field matches ANY ONE of these 3 items that is in it to be chosen… Capitol…
Hello, I have a checkbox column that I would like to be checked when comparing 2 columns. I would like it to be checked if the 2 columns are not equal or if one of the 2 columns has an error. It's important to note that both columns are numbers. My original formula was: =IF([COLUMN A]@row <> [COLUMN B]@row , 1, 0) However,…