Copying & dragging vlookup cells?

P

Per Jessen

Hi

You need absolute references in your formula:

=VLOOKUP(Sheet2!C9,Sheet3!$A$4:$B$6,2)

Regards,
Per
 
M

Ms-Exl-Learner

Whenever you are referring the Lookup Range partially in Vlookup then don’t
forget to protect the Lookup Range with $ (dollar) symbols instead of
allowing the formula to move on to some other range.

Create your formula like the below:-
=VLOOKUP(Sheet2!C9,Sheet3!$A$4:$B$6,2,0)

Remember to Click Yes, if this post helps!
 
R

Rich

Thankyou so much :)
solved perfectly

Ms-Exl-Learner said:
Whenever you are referring the Lookup Range partially in Vlookup then don’t
forget to protect the Lookup Range with $ (dollar) symbols instead of
allowing the formula to move on to some other range.

Create your formula like the below:-
=VLOOKUP(Sheet2!C9,Sheet3!$A$4:$B$6,2,0)

Remember to Click Yes, if this post helps!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top