Hello Smart Heads! Happy New Year!
I am facing an issue with big data sets, missing a single unique ID.
The only option of creating an unique ID is by joining content from 3 various cells, see:
id is created by using simple formula:
=EntryNumber@row + BLNumber@row + ContainerNo@row
In a raw file (excel of course), I have created the same column with:
=CONCATENATE(A255,G255,H255)
- Important about raw file:
- rows can change overt time, hence it is required to update the unique rows on the weekly basis
I have created a data shuttle set up to update the master file with weekly raw data:
The main issue (I suppose) is with id column generated via formula. Therefore I cannot link it with id column created in excel:
Desired outcome:
- Master file (quarterly - considering size limit) with rows updated on the weekly basis (both new and updated)
- Manual effort: 1) download file, 2) upload to smartsheet
- Reporting (not in scope of this request, i should be able to manage, as soon as I ensure maintenance of unique rows).
Thanks in advance for your help, please let me know in case of any questions!
Romano