I want to assign a unique numeric value to each of the options in a drop down menu column, and have that numeric value display in an adjacent cell.
Drop down menu options in each cell are:
Needs Contributor
Contributor Reviewing
Ready for Production
If 'Needs Contributor,' is chosen, then adjacent cell is populated '1'
If 'Contributor Reviewing,' is chosen, then adjacent cell is populated '2'
If 'Ready for Production,' is chosen, then adjacent cell is populated '3'
Is there a formula for this kind of thing?
Thanks.