If there is a fixed sequence then yes. You can use a nested IF statement and add it to the assigned to ID field. if( taskNumber=1, "Sam's User ID", if(taskNumber=2, "Amanda's user ID" ... and so on). If it's not a fixed sequence then would need to know how the mapping works.