Good morning,
I have a document that I download from an outside source. I have set up a data shuttle to import it into Smartsheet. I have other sheets that need to be updated based on the info in the imported sheet. None of the formulas are working once a new file is imported.
Details:
Sheet imported through Data Shuttle has travel information.
Other sheets were created to track travel expenses for each group. Each sheet includes Name, Dates, and Locations for that group. Formulas were set up to pull various fields from the imported sheet if the name, date, and location match. They all worked when set up but when I ran the data shuttle again with an updated file, none of the formulas are pulling data. All of the fields are blank.
Here is one of the formulas that should pull from the imported file:
=IFERROR(INDEX(COLLECT({Form ID}, {Departure Date}, @cell >= [One Day Before Start]@row, {Return Date}, @cell <= [Meeting End Date]@row, {Destination}, CONTAINS(City@row, @cell ), {Traveler Name}, CONTAINS([Traveler Last Name]@row, @cell )), 1), "")
I confirmed that the data that should appear exists on the import file.
Am I doing something incorrectly?
Thanks,
Laura