View Single Post
  #2   Report Post  
bpeltzer
 
Posts: n/a
Default VLOOKUP Problem (limitation)?

Many folks here won't open up attachments; you might try posting a
representative vlookup function. Without seeing it, this sounds as though
the table_range in your vlookup is row-limited: ex =vlookup(key,
$a$1:$c$282,3,false). If so, you might expand the table range to include
more rows ($a$1:$c$584) or, if the table is not in the same columns as any
other data, just eliminate the row restriction entirely ($a:$c).
--Bruce

"SnotRockit" wrote:


I am having a problem with VLOOKUP. The reporting period on the report
being produced (correctly) was updated from 26 weeks to 52 weeks. The
cells were copied and pasted so the VLOOKUP code that is working in the
starting weeks should continue to work for the ending weeks. However,
the VLOOKUP function seems to stop finding matching values after the
41st week (282 VLOOKUPs).

Is there a limitation for the VLOOKUP function? I have tried the report
with different data and it ends up repeating the error (no matches after
282 VLOOKUPs).

I am at wit's end here. I have attached the file. Please take a look at
it and any help is GREATLY appreciated.

Thanks.

SnotRockit


+-------------------------------------------------------------------+
|Filename: VLOOKUP_PROBLEM.zip |
|Download: http://www.excelforum.com/attachment.php?postid=4001 |
+-------------------------------------------------------------------+

--
SnotRockit
------------------------------------------------------------------------
SnotRockit's Profile: http://www.excelforum.com/member.php...o&userid=28618
View this thread: http://www.excelforum.com/showthread...hreadid=482797