Automated Allocation - based on selected attributes
Hello Smartheads!
I have a pretty interesting use-case.
Columns look like in the screeen below:
E Entry Number - values can duplicate
Desired outcome:
Trigger: Auditor selects her/his user ID in column C Audotor in a row.
Outcome:
After changing one row, the same user ID will be populated in Auditor column, if ENTRY NUMBER IS THE SAME.
Example:
I assume that it would require additional column with auditor id:
1) open for user to appy changes
2) locked with final results
Looking forward to hearing from you!
In case of any questions, please let me know!
Thanks,
Roman
Answers
-
I don't believe there is a way to do this at the moment in one column - this is because I assume you need to both manually select an Auditor (for the initial non-duplicate) as well as have it auto-populate, is that correct?
There currently isn't a workflow that can copy a cell from within the same sheet to another cell based on a criteria. You can automatically assign someone to a row, but we would need specific criteria spelled out in the automation (e.g. the exact Entry Number listed every time).
A formula would need to be in every single cell, so you couldn't both use a formula and manually enter data.
You could potentially have 2 columns:
- Manual entry column
- and Current column with a formula
This formula column would reference your manual entry column to see if there's a value for the current Entry Number and duplicate it on any rows with that Entry Number.
This is an example formula referencing a "Manual" entry column:
=IFERROR(INDEX(COLLECT([C Auditor Manual Column]:[C Auditor Manual Column], [C Auditor Manual Column]:[C Auditor Manual Column], <> "", [E Entry Number]:[E Entry Number], [E Entry Number]@row), 1), "")
Does that make sense?
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
You could do this with a lookup sheet — but on the sheet you are referencing, you'd have to put in the email address instead of the contact name because it will pull through with only the text from that field.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 463 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 40 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!