A simple Question, my first row is like: 1,3,5,2,6,4,...
Then I would like my second row is: =R1C1
, =R3C1
, =R5C1
, =R2C1
, =R6C1
, =R4C1
....
In a word, I would "read" the first line as my row number in one certain column. Is there a function like that?