Cell Linking
Is there any way to stop a cell link from updating at once it has been populated?
I am using the INDEX/MATCH formulas to assign a person to a task based off of a state assignment list. Once the task is completed, I do not want that person's name to change, even if the state assignment changes in the future. Any help is appreciated, thanks!
Best Answer
-
forgot about that...
See below slightly revised process:
State assignment Sheet would have these columns:
LINE-ID (System Auto Number)
ROW# Column Formula =MATCH([LINE-ID]@row, [LINE-ID]:[LINE-ID], 0)
State
Assignee
Date
Task Sheet would have these columns:
Task
Task Date
State
Assignee
Assignee would have a formula something along these lines. Change the ranges to actual names
=INDEX({Assignee sheet - Assignee range},MAX(COLLECT({Assignee sheet - ROW#},{Assignee sheet - State range},[State]@row,{Assignee sheet - Date range},<=[Task Date]@row)))
Answers
-
Hi @MeganJones
Please have a look at my post below with a method I developed that might help.
More info:
Would that work/help?
I hope that helps!
Have a fantastic week & Happy Holidays!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
You can make your state assignments work with dates this way if it changes all previously assigned tasks would not be updated.
State assignment Sheet would have these columns:
State
Assignee
Date
Task Sheet would have these columns:
Task
Task Date
State
Assignee
Assignee would have a formula something along these lines. Change the ranges to actual names
=index(collect({Assignee sheet - Assignee range},{Assignee sheet - State range},[State]@row,{Assignee sheet - Date range},max(collect({Assignee sheet - Date range},{Assignee sheet - State range},[State]@row,{Assignee sheet - Date range},<=[Task Date]@row))),1)
-
@Leibel S Have you tested that formula? Every time I have tried to nest a COLLECT inside of another COLLECT it has thrown an error.
-
forgot about that...
See below slightly revised process:
State assignment Sheet would have these columns:
LINE-ID (System Auto Number)
ROW# Column Formula =MATCH([LINE-ID]@row, [LINE-ID]:[LINE-ID], 0)
State
Assignee
Date
Task Sheet would have these columns:
Task
Task Date
State
Assignee
Assignee would have a formula something along these lines. Change the ranges to actual names
=INDEX({Assignee sheet - Assignee range},MAX(COLLECT({Assignee sheet - ROW#},{Assignee sheet - State range},[State]@row,{Assignee sheet - Date range},<=[Task Date]@row)))
-
@Leibel S this works PERFECTLY!!! Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!