Hello,
I am struggling with finding a solution on how to assign numerical values to text records based on various criteria. I have a table with survey responses where each column has text records for responses with various criteria. Thus I want to create a query that will change or assign numerical values to this text records as follows:
If response is "Agree", then it is 5
If response is "Somewhat Agree", then it is 3
If response is "Disagree", then it is 1
Each column may have any or all of this responses.
What is the best way to go about it?
I am struggling with finding a solution on how to assign numerical values to text records based on various criteria. I have a table with survey responses where each column has text records for responses with various criteria. Thus I want to create a query that will change or assign numerical values to this text records as follows:
If response is "Agree", then it is 5
If response is "Somewhat Agree", then it is 3
If response is "Disagree", then it is 1
Each column may have any or all of this responses.
What is the best way to go about it?
Comment