A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

VLookup formula transposing table_array when copied to another cel



 
 
Thread Tools Display Modes
  #1  
Old June 24th, 2009, 05:51 PM posted to microsoft.public.excel.worksheet.functions
PHammonds
external usenet poster
 
Posts: 1
Default VLookup formula transposing table_array when copied to another cel

I'm using the VLookup formula on a table with hundreds of rows of data.
Obviously, I don't want to enter the formla manually on each row; but when
copying the formula to subsequent rows, it transposes the lookup_value (which
I want) AND the table_array (which I don't want). So instead of looking for
the value in the array of A1:B423 on the cell where I copied the formula to,
the array becomes A2:B424.
  #2  
Old June 24th, 2009, 06:01 PM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default VLookup formula transposing table_array when copied to another cel

Use absolute reference such as in your formula and copy that down
$A$1:$B$423

Below are the different reference styles.
A1 Relative referencing. Both column and row will change if you copy or drag
the formula.
$A1 The column reference is fixed and will not change
A$1 The row reference is fixed and will not change.
$A$1 Column and row reference are fixed.


If this post helps click Yes
---------------
Jacob Skaria


"PHammonds" wrote:

I'm using the VLookup formula on a table with hundreds of rows of data.
Obviously, I don't want to enter the formla manually on each row; but when
copying the formula to subsequent rows, it transposes the lookup_value (which
I want) AND the table_array (which I don't want). So instead of looking for
the value in the array of A1:B423 on the cell where I copied the formula to,
the array becomes A2:B424.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:29 PM.


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