I feel like every derivative of this question has been asked and I think I found my answer in a post but then lost it. So apologies but a new post to ask for help.
I have an 7(y axis) x 8(x axis) array of numbers. Participants need to effectively rank the 7 items in order of importance under each of the 8 headers. Therefore I need the numbers in each column to be unique but not the rows.
A screenshot of the actual question is attached.
I used unique(self) in question validation but believe this wants all 56 numbers to be unique. I think I need to use unique(something with the question code) but I am not sure what. If it helps, my y axis is 1-7 and x axis is A-H question codes.
Thanks in advance for any advice.