Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Can you 'fix' an array of values for use with VLOOKUP

I would like to use VLOOKUP to reference a set of data. When I paste the
formula using 'Fill Down' the array values change.

Is there a way to fix the array?

Should I use a different function or is there a way to manipulate the Fill
Down function?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 209
Default Can you 'fix' an array of values for use with VLOOKUP

Make the reference absolute so by using the '$' so that it doesn't change
when the formula is copied.
ie: =VLOOKUP(E2,$A$2:$B$5,2,FALSE) instead of
=VLOOKUP(E2,A2:B5,2,FALSE)
--
Hope this helps.
Thanks in advance for your feedback.
Gary Brown


"mavisB" wrote:

I would like to use VLOOKUP to reference a set of data. When I paste the
formula using 'Fill Down' the array values change.

Is there a way to fix the array?

Should I use a different function or is there a way to manipulate the Fill
Down function?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Can you 'fix' an array of values for use with VLOOKUP

Gary,

Best Wishes & MANY THANKS. Just what I needed!

"Gary Brown" wrote:

Make the reference absolute so by using the '$' so that it doesn't change
when the formula is copied.
ie: =VLOOKUP(E2,$A$2:$B$5,2,FALSE) instead of
=VLOOKUP(E2,A2:B5,2,FALSE)
--
Hope this helps.
Thanks in advance for your feedback.
Gary Brown


"mavisB" wrote:

I would like to use VLOOKUP to reference a set of data. When I paste the
formula using 'Fill Down' the array values change.

Is there a way to fix the array?

Should I use a different function or is there a way to manipulate the Fill
Down function?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Can you 'fix' an array of values for use with VLOOKUP

You can also give the table array a defined name.

=VLOOKUP(A1,myname,2,FALSE)


Gord Dibben MS Excel MVP

On Thu, 15 Jan 2009 04:34:00 -0800, mavisB
wrote:

I would like to use VLOOKUP to reference a set of data. When I paste the
formula using 'Fill Down' the array values change.

Is there a way to fix the array?

Should I use a different function or is there a way to manipulate the Fill
Down function?


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
Am I able to 'fix' the results of a formula into a cell? [email protected] Excel Discussion (Misc queries) 3 October 25th 07 09:44 AM
Sum an array of vlookup values Impecunious Excel Discussion (Misc queries) 6 October 15th 07 06:03 PM
Vlookup on an array of values Bedevere13 Excel Discussion (Misc queries) 1 October 3rd 07 04:54 AM
Array: Counting multiple values within array Trilux_nogo Excel Worksheet Functions 4 April 16th 07 03:12 AM
'Time to Fix' Formula wlln001 Excel Discussion (Misc queries) 1 September 7th 05 12:11 PM


All times are GMT +1. The time now is 12:11 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"