#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Referencing Help

At my job a spreadsheet needs to be filled out every single morning
documenting all of the items we've produced from the previous day. In
addition to the item number, the item's weight and size needs to be filled
in. There are numerous products that we sell on a daily basis, so you can
imagine how this might get repetitive. Is there a way that I can set up a
reference table so that when I type in the item number, certain data
associated with that item number (i.e. weight and size) would automatically
fill in designated columns along the same row? I've tried to use the lookup
function but the reference table shifts down one row each time I progress
down the spread sheet.

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Referencing Help

Use VLOOKUP(). Instead of, for example,

=VLOOKUP(A1,B1:B500,3,false)

use

=VLOOKUP(A1,$B$1:$B$500,3,FALSE)

This will prevent the reference to the table from shifting down.

A good tutorial on VLOOKUP can be found he

http://www.contextures.com/xlFunctions02.html

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Teedie" wrote in message ...
| At my job a spreadsheet needs to be filled out every single morning
| documenting all of the items we've produced from the previous day. In
| addition to the item number, the item's weight and size needs to be filled
| in. There are numerous products that we sell on a daily basis, so you can
| imagine how this might get repetitive. Is there a way that I can set up a
| reference table so that when I type in the item number, certain data
| associated with that item number (i.e. weight and size) would automatically
| fill in designated columns along the same row? I've tried to use the lookup
| function but the reference table shifts down one row each time I progress
| down the spread sheet.
|
| Thanks!


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Referencing Help

Just a typo alert.

Niek wanted to return column 3 of the lookup table. But he only made it one
column wide.

=VLOOKUP(A1,$B$1:$D$500,3,FALSE)

(B:D is 3 columns wide--so that part should be ok.)


Niek Otten wrote:

Use VLOOKUP(). Instead of, for example,

=VLOOKUP(A1,B1:B500,3,false)

use

=VLOOKUP(A1,$B$1:$B$500,3,FALSE)

This will prevent the reference to the table from shifting down.

A good tutorial on VLOOKUP can be found he

http://www.contextures.com/xlFunctions02.html

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Teedie" wrote in message ...
| At my job a spreadsheet needs to be filled out every single morning
| documenting all of the items we've produced from the previous day. In
| addition to the item number, the item's weight and size needs to be filled
| in. There are numerous products that we sell on a daily basis, so you can
| imagine how this might get repetitive. Is there a way that I can set up a
| reference table so that when I type in the item number, certain data
| associated with that item number (i.e. weight and size) would automatically
| fill in designated columns along the same row? I've tried to use the lookup
| function but the reference table shifts down one row each time I progress
| down the spread sheet.
|
| Thanks!


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Referencing Help

Thanks Dave!


--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Dave Peterson" wrote in message ...
| Just a typo alert.
|
| Niek wanted to return column 3 of the lookup table. But he only made it one
| column wide.
|
| =VLOOKUP(A1,$B$1:$D$500,3,FALSE)
|
| (B:D is 3 columns wide--so that part should be ok.)
|
|
| Niek Otten wrote:
|
| Use VLOOKUP(). Instead of, for example,
|
| =VLOOKUP(A1,B1:B500,3,false)
|
| use
|
| =VLOOKUP(A1,$B$1:$B$500,3,FALSE)
|
| This will prevent the reference to the table from shifting down.
|
| A good tutorial on VLOOKUP can be found he
|
| http://www.contextures.com/xlFunctions02.html
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
| "Teedie" wrote in message ...
| | At my job a spreadsheet needs to be filled out every single morning
| | documenting all of the items we've produced from the previous day. In
| | addition to the item number, the item's weight and size needs to be filled
| | in. There are numerous products that we sell on a daily basis, so you can
| | imagine how this might get repetitive. Is there a way that I can set up a
| | reference table so that when I type in the item number, certain data
| | associated with that item number (i.e. weight and size) would automatically
| | fill in designated columns along the same row? I've tried to use the lookup
| | function but the reference table shifts down one row each time I progress
| | down the spread sheet.
| |
| | 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
Referencing No Name Excel Discussion (Misc queries) 2 August 7th 07 02:36 PM
referencing a different tab by referencing a list in the current s Kevin Excel Worksheet Functions 3 July 6th 07 07:57 PM
referencing Richard[_2_] Excel Worksheet Functions 2 March 30th 07 01:50 AM
Help with referencing please Matt New Users to Excel 18 September 11th 06 10:15 AM
3-D referencing YBeaupre Excel Discussion (Misc queries) 0 September 4th 05 09:01 PM


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

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

About Us

"It's about Microsoft Excel"