VLOOKUP only working on part of my table?

Rich_B

Board Regular
Joined
Aug 16, 2014
Messages
239
Hi

I have the following formula:

Code:
=VLOOKUP(E2,'S:\RB_Folder\03_Spreadsheets\RE-QUOTES\[MASTER_DATABASE.xlsm]CLIENT_DATA'!$A:$G,2,0)

It has been working just fine for the first 132 rows of my ever-expanding table of data.

Suddenly now as I enter data into rows 133 or higher the formula will only return the value #N/A.

The formula continues to work fine for the data in rows 1-132.

If anybody could shed some light on this I would be extremely grateful.

Thank you

Excel 2007
Win 7
PC
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Your formula is perfect since it has been referred to whole column range.

Check what kind of data you are trying to match. If it is real number then matching it with text number will result #N/A error. So check both source data and the matching data TYPE to get rid of this issue.
 
Upvote 0

Forum statistics

Threads
1,215,483
Messages
6,125,065
Members
449,206
Latest member
Healthydogs

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