Vlookup not working when range is extended.

ExcellingAZ

New Member
Joined
Jul 19, 2020
Messages
21
Office Version
  1. 2016
Platform
  1. Windows
Not sure if im missing something in my formula or if excel is not functioning as it should. How its set-up if data in columns M - R match anything in columns C-H then column "S" will post as "TRUE" and condition formatting turns the cell BLACK. If there is no match, then Column "S" will show a FALSE value and cell will turn GREEN. As seen in the first screenshot. Now when I try to extend the lookup range from H60 to something bigger like H1560 it returns no matches. Are there limits on lookup ranges? Does my formula need adjusted or is my excel broke ..LOL


1731608142460.png
1731608159738.png
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Textjoin can handle a max string length of approx 32,700 characters, you are exceeding that by quite a long way.

Also is your profile up to date, as 2016 doesn't have textjoin
 
Upvote 0

Forum statistics

Threads
1,223,886
Messages
6,175,191
Members
452,616
Latest member
intern444

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