VLOOKUP formula issue - need to copy down rows w/o one value changing

collinspat54

New Member
Joined
Sep 3, 2013
Messages
2
I have an Excel 2007 spreadsheet with a worksheet “Verified” and worksheet6, that I will update based on information on SharePoint site being up to date. I have the formula working but if I copy it down the worksheet, the Value presented is #N/A. When copying the formula the values increase by a row number. The second value needs to remain “Verified!E2” and the end results are the correct value in Column K for the correct Row F value.</SPAN>

What I am trying to accomplish is:</SPAN>

in SHEET6 (this is a sheet that the values are replaced from a SharePpoint dump of data) look at the Cell in Column F</SPAN>
if there is a match anywhere in the Worksheet “Verified” Row E,</SPAN>
return the result of column K to “Sheet6” Row B (formula is in Row B)</SPAN>


In Worksheet6 I have the following formula working in row 2 =VLOOKUP(F2,Verified!E2:K1000,7,0)</SPAN>

If I copy the formula down the rows </SPAN>
the formula for row 7 is =VLOOKUP(F7,Verified!E7:K1005,7,0)</SPAN>
results in value of #N/A</SPAN>
if I edit the formula to =VLOOKUP(F7,Verified!E</SPAN>2</SPAN>:K1005,7,0)</SPAN> the results are the value in row 7 column K</SPAN>

How can I</SPAN>
1) copy the formula without having to edit the formula over 700 times or</SPAN>
2) use a different formula</SPAN>
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Welcome to MrExcel.

Use $ signs to make the reference absolute when copying:

=VLOOKUP(F7,Verified!E$7:K$1005,7,0)</SPAN>
 
Upvote 0

Forum statistics

Threads
1,216,063
Messages
6,128,559
Members
449,458
Latest member
gillmit

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