Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 33
Default Trying to use Vlookup but it wont work

=VLOOKUP($B$100,BQ98:BR138,2,FALSE)

My Table Data lives in BQ98 to BR138 I'm checking it against B100

When I copy the formula down to the next row the formula changes, but
incorrectly

It will Change my entry when I copy it from row 100 to row 101 and
looks like this

=VLOOKUP($B$100,BQ99:BR139,2,FALSE)

as you can see it changes the range of my table, but not the B100 to a
B101

How do I achieve this? The formula should look something like this

=VLOOKUP($B$101,BQ98:BR138,2,FALSE)

I can't exactly change every row because I have 1000's of entries.



Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,510
Default Trying to use Vlookup but it wont work

The value that you are looking up should be relative and the lookup range
should be absolute like the following

=VLOOKUP(B101,$BQ$98:$BR$138,2,FALSE)

--
Regards,

OssieMac


"srosetti" wrote:

=VLOOKUP($B$100,BQ98:BR138,2,FALSE)

My Table Data lives in BQ98 to BR138 I'm checking it against B100

When I copy the formula down to the next row the formula changes, but
incorrectly

It will Change my entry when I copy it from row 100 to row 101 and
looks like this

=VLOOKUP($B$100,BQ99:BR139,2,FALSE)

as you can see it changes the range of my table, but not the B100 to a
B101

How do I achieve this? The formula should look something like this

=VLOOKUP($B$101,BQ98:BR138,2,FALSE)

I can't exactly change every row because I have 1000's of entries.



Thanks
.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vlookup function wont work for copied data Scarlett Excel Worksheet Functions 2 June 24th 09 10:20 PM
why is there a { in my formula and why wont it work? Gorgsey Excel Discussion (Misc queries) 6 March 19th 09 03:17 AM
Function wont work!? Jonas Excel Programming 1 March 6th 06 04:24 PM
Anyone know why this wont work? Mark Stephens Excel Programming 2 June 13th 05 06:08 AM
Sumproduct wont work Mycotopian[_3_] Excel Programming 2 August 5th 04 08:06 PM


All times are GMT +1. The time now is 06:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"