#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Shonte
 
Posts: n/a
Default VLookup Issue

I work with spreadsheets a lot for my expediting position. Tracking lead
times. I am creating a status spreadsheet that has to pull information from
several other spreadsheets as one report does not provide all information.
Right now, I simply cut and paste new information in "working" spreadsheets
and the formula is set to pull specific information (dates, quatities, etc.)
from these working sheets. The problem is when I cut and paste new
information, the Vlookup formulas always lose the table array information.
It keeps the "working" spreadsheet name, but, not the total information to
look in. Is there a constant that I can use in the formula, i.e. $ to keep
this from happening...?

--
Thanks!!
Shonte
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Barb Reinhardt
 
Posts: n/a
Default VLookup Issue

Let's say you have the following equation:

=vlookup(B1,H1:I19,2,false)

If you want it to keep looking in the same location, whether you copy the
cells down or across, change it to:

=vlookup(B1,$H$1:$I$19,2,false)

"Shonte" wrote in message
...
I work with spreadsheets a lot for my expediting position. Tracking lead
times. I am creating a status spreadsheet that has to pull information
from
several other spreadsheets as one report does not provide all information.
Right now, I simply cut and paste new information in "working"
spreadsheets
and the formula is set to pull specific information (dates, quatities,
etc.)
from these working sheets. The problem is when I cut and paste new
information, the Vlookup formulas always lose the table array information.
It keeps the "working" spreadsheet name, but, not the total information to
look in. Is there a constant that I can use in the formula, i.e. $ to
keep
this from happening...?

--
Thanks!!
Shonte



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 issue ( not working and im tearing my hair out) me+excel=crazy Excel Discussion (Misc queries) 6 November 19th 05 10:49 PM
VLOOKUP issue Jonah Excel Worksheet Functions 1 November 16th 05 10:54 PM
Vlookup Calculation Issue cvolkert Excel Worksheet Functions 0 September 7th 05 02:28 AM
VLOOKUP issue nfbelo Excel Discussion (Misc queries) 1 July 12th 05 05:37 PM
Vlookup datatype(?) issue ars Excel Worksheet Functions 1 January 25th 05 09:11 AM


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