excel - Vlookup translation error in multiple sheets -


suppose have sheet question numbers , different respondents. example, in sheet 1 have

                 q1    q2    q3   q4   q5   q6   q7   q8   q9   q10   person       1     3     1    5    2     4   1    2     1    5   person b       5     1     5    1    3     3   2    5     4    3   person c       5     1     5    1    3     3   2    5     4    3 

on sheet 2 have same setup

                 q5    q4    q2   q3   q4   q6   q7   q8   q9   q10   person          person b          person c       

when type following in on respective sheet 2 calls:

=vlookup(a1,sheet1,b$1+1,0) # return value of person a, q1 sheet 1

i value of person q6 instead. why?

am right assume using excel?

if so, equation use is: =vlookup($a2,table1,match(b$1,sheet1!b1:k1)+1,false)

you can't pass whole sheet parameter. going need pass range. here named table1.

in third parameter, adding 1 string, causes problems. use match function column number.


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -