Rather than use column numbers in my vlookup I have created a lot of named ranges to use instead but I am struggling to get it ti work - in the formula below I get #REF, if I substitute "full_range_student_id" with its column number (in this case 2) it works... Is it not possible to use a name as the col_index_num?
I've pasted in what I think is relevant below:
=VLOOKUP(A3,aut,full_range_student_id,FALSE)
<tbody>
</tbody>
<tbody>
</tbody>
Many thanks in advance...
Ad1234
I've pasted in what I think is relevant below:
=VLOOKUP(A3,aut,full_range_student_id,FALSE)
aut | =Aut!$A$3:$FP$250 |
<tbody>
</tbody>
full_range_student_id | =Aut!$B38:$B$250 |
<tbody>
</tbody>
Many thanks in advance...
Ad1234