Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
The posts in this section are historical and no longer monitored for accuracy. If this discussion interests you and you'd like to join in, please visit the active Community to post and engage.
Is there a way to pull Start and Finish data from a cell that has both? I'm importing a spreadsheet schedule with cells that have both dates expressing a date range, eg. "2/1 - 2/7"
You'll need to build a parser.
Depending on the consistency of the data, I might do this in the other spreadsheet (Excel and OpenOffice have macros, for example) or parse it between export and import.
It might be a simple a splitting the data at the hyphen, in Smartshet that would likely start with the FIND() function.
Also depends on volume.
For Smartsheet's import, there is not a way to redirect one column to two or more during the import process
Craig