
Originally Posted by
Kaper
You could start with finding column number (probably easier on raw data than such "somewhat digested", as you presented) of the answer for each respondee and then calculate difference between these numbers.
Either sum ABS values of thes differences or (in my opinion better) use squared values of such differences.
This way you will neglect minor differences like ageree-strongly agree but focus on large differences strongly agree-strongly disagree.
See attached where retrieving information on column number for each answer has been done with MATCH and proper row to be matched retrieved with OFFSET function.
Bookmarks