sveinhelge.urdal
Member
I have a column A with four different status descriptions. I want to convert this in to a number for each code.
Accepted = 1
Accepted with comments = 2
Not accepted, revise and resubmit = 3
For information only =4
I have tried this formula: '=IF(A2="Accepted";"1";IF(A2="Accepted with comments";"2";IFA2="Not accepted, revise and resubmit";"3";IF(A2="For information only";"4”))))
Can anyone hlp me solve this?
Accepted = 1
Accepted with comments = 2
Not accepted, revise and resubmit = 3
For information only =4
I have tried this formula: '=IF(A2="Accepted";"1";IF(A2="Accepted with comments";"2";IFA2="Not accepted, revise and resubmit";"3";IF(A2="For information only";"4”))))
Can anyone hlp me solve this?