Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
MC
 
Posts: n/a
Default Fill down error for Vlookup

Hi,

I have created a VLOOKUP formula which creates the correct answer for me.

However, i need to fill down the formula for the whole spreadsheet (about
38,000 rows) that i am working on. When i do this it moves the lookup table
down one row each time i fill.

Is there some way that i can copy or fill down the formula without having
the lookup table in the formula change with every row?

Thanks
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

You can either give that lookup table a nice name.

Select the table
Insert|Name|Define

Then your =vlookup() will look more like:

=vlookup(a1,myTable,2,false)

Or you could refer to your table using absolute addresses:

=vlookup(a1,sheet2!$a$1:$c$999,2,false)
(Notice the extra $'s)

Or you could just use the whole column (if there's nothing on the worksheet
below that table):

=vlookup(a1,sheet2!a:c,2,false)



MC wrote:

Hi,

I have created a VLOOKUP formula which creates the correct answer for me.

However, i need to fill down the formula for the whole spreadsheet (about
38,000 rows) that i am working on. When i do this it moves the lookup table
down one row each time i fill.

Is there some way that i can copy or fill down the formula without having
the lookup table in the formula change with every row?

Thanks


--

Dave Peterson
  #3   Report Post  
MC
 
Posts: n/a
Default

Thanks for your help dave. The suggestion worked.

Much appreciated.

"Dave Peterson" wrote:

You can either give that lookup table a nice name.

Select the table
Insert|Name|Define

Then your =vlookup() will look more like:

=vlookup(a1,myTable,2,false)

Or you could refer to your table using absolute addresses:

=vlookup(a1,sheet2!$a$1:$c$999,2,false)
(Notice the extra $'s)

Or you could just use the whole column (if there's nothing on the worksheet
below that table):

=vlookup(a1,sheet2!a:c,2,false)



MC wrote:

Hi,

I have created a VLOOKUP formula which creates the correct answer for me.

However, i need to fill down the formula for the whole spreadsheet (about
38,000 rows) that i am working on. When i do this it moves the lookup table
down one row each time i fill.

Is there some way that i can copy or fill down the formula without having
the lookup table in the formula change with every row?

Thanks


--

Dave Peterson

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
How to fill colour in Excel, it appers No fill in my computer? bede Excel Discussion (Misc queries) 1 June 11th 05 03:27 AM
Excel printing problem - won't print cell under a "fill effect" bo dmotika Excel Discussion (Misc queries) 0 May 26th 05 04:38 PM
Auto Fill Options adarling Excel Discussion (Misc queries) 1 April 8th 05 03:09 AM
fill series grayed out (not available, disactivated) Michel Dion (from IMS Health in Canada) Excel Discussion (Misc queries) 1 December 17th 04 02:35 AM
Identifying the Active Fill Color Steve Conary Excel Discussion (Misc queries) 3 December 9th 04 04:45 AM


All times are GMT +1. The time now is 05:03 AM.

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"