Copy VLookup Cells

Taggen

New Member
Joined
May 31, 2007
Messages
3
I need help with a VLookup Issue. When I copy a cell from one workbook to another, Vlookup return a #REF!. See below:

This is the formula in the cell I copy workbook Pricelist SLA.xls
=VLOOKUP(A313;Input!$C$63:$L$83;10;FALSE)

This is the formula when I paste it into workbook Pricelist2.xls
=VLOOKUP(#REF!;'[Pricelist SLA.xls]Input'!$C$63:$L$83;10;FALSE)

Is it possible to copy the cell without getting the #REF! error?
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
One way is to edit the original formula to turn it into a text string, for example by inserting a single letter A at the beginning, then copy and paste it across, then edit the pasted version and delete the A to turn it back into a formula.
 
Upvote 0
I am having the same pb. I have a formula..

=VLOOKUP($K$2:$K$4633,'Exp-Type'!$A$2:$D$260,2,FALSE)

This formula does not work while I try to copy and past my formula all the way down the column. Can somebody please help????

When I paste it, it gives me the same result all the way down. Any help would be greatly appreciated!
 
Upvote 0
I am having the same pb. I have a formula..

=VLOOKUP($K$2:$K$4633,'Exp-Type'!$A$2:$D$260,2,FALSE)

This formula does not work while I try to copy and past my formula all the way down the column. Can somebody please help????

When I paste it, it gives me the same result all the way down. Any help would be greatly appreciated!

=VLOOKUP(K2,'Exp-Type'!$A$2:$D$260,2,FALSE)

Try putting that in the first cell, and then drag down.
 
Upvote 0

Forum statistics

Threads
1,213,522
Messages
6,114,112
Members
448,549
Latest member
brianhfield

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top