Hello everyone!
I'm having an issue reformatting a large data set that completely boggled my mind to the point at which I have no idea how to even start figuring it out...
Long story short, the data set comes from a graduate research of mine. Here the participants are able to choose some symbols and later rate them in terms of their payoff-predictive power. So, columns D to G are the frequencies of their choices, whereas columns S and T hold their ratings.
What I'm interested in is the frequency-rating slopes, which would either confirm or reject my hypothesis. In order to do create these slopes I need to organise the frequencies in a descending fashion (already done - columns I to L) and place the corresponding ratings into columns M to P.
The problem is to actually automate it (I've done it manually before, but the human error is getting out of hand).
So the algorithm should look something like this: Look up the number in the column I -> Find this number in the corresponding row in columns D to G -> Note the symbol (name of these column) -> Lookup a value for this participant and symbol in the columns S and T -> Place this value in column M. The same to be done for columns N, O and P.
The formula is ought to look like a puzzle, but I would appreciate if someone with more experience than I had a look at it.
The original excel file is attached.
Best regards and thanks for your help!
Bookmarks