Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / April 2007

Tip: Looking for answers? Try searching our database.

How do I make a master look-up list in Excel?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Paco3517 - 20 Apr 2007 16:50 GMT
I would like to make a master list in excel for all of my other worksheets to
be able to access to save myself a bunch of typing time. Example, if i have
in my master list

Column A      Column B       Column C
Code             Product         Price
1020.100       Permit A          150.00
1020.200       Permit B          200.00

i would like to be able to simply type 1020.100 into column A and have
column's B and C filled in. Is this possible, and if it is, how do i go about
getting it set up?
JE McGimpsey - 20 Apr 2007 16:58 GMT
One way:

Say your master list is in a worksheet named Master. Then in your
working sheet:

A1:     1020.100
B1:     =VLOOKUP(A1, Master!A:C,2,FALSE)
C1:     =VLOOKUP(A1, Master!A:C,3,FALSE)

> I would like to make a master list in excel for all of my other worksheets to
> be able to access to save myself a bunch of typing time. Example, if i have
[quoted text clipped - 8 lines]
> column's B and C filled in. Is this possible, and if it is, how do i go about
> getting it set up?
Paco3517 - 20 Apr 2007 20:20 GMT
but will i be able to pull up the information if it is in a different
workbook and that workbook is not opened?

> One way:
>
[quoted text clipped - 17 lines]
> > column's B and C filled in. Is this possible, and if it is, how do i go about
> > getting it set up?
JE McGimpsey - 20 Apr 2007 20:28 GMT
Did you try it?

> but will i be able to pull up the information if it is in a different
> workbook and that workbook is not opened?
Don Guillett - 21 Apr 2007 13:41 GMT
Your ORIGINAL post should have mentioned another workBOOK. The easiest way
to do this is to make a defined name range in the destination workbook that
refers to the workbook/worksheet/range in the source workbook.
     ='[workbook.xls]sheet name'!$D$1:$F$23

Signature

Don Guillett
SalesAid Software
dguillett1@austin.rr.com

> but will i be able to pull up the information if it is in a different
> workbook and that workbook is not opened?
[quoted text clipped - 23 lines]
>> > about
>> > getting it set up?
Paco3517 - 23 Apr 2007 13:36 GMT
sorry, but i'm new to this so you'll have to dumb it down just a touch. i
tried doing it that way but it isn't working and i can't figure out how to
type it in correctly.

> Your ORIGINAL post should have mentioned another workBOOK. The easiest way
> to do this is to make a defined name range in the destination workbook that
[quoted text clipped - 28 lines]
> >> > about
> >> > getting it set up?
Don Guillett - 23 Apr 2007 13:54 GMT
insert>name>define>in the name box put in a name of your choice such as
myrange1>in the refers to box type in   your refernce such as
='[workbook.xls]sheet name'!$D$1:$F$23>

=VLOOKUP(A1, myrange1,2,0)

Signature

Don Guillett
SalesAid Software
dguillett1@austin.rr.com

> sorry, but i'm new to this so you'll have to dumb it down just a touch. i
> tried doing it that way but it isn't working and i can't figure out how to
[quoted text clipped - 37 lines]
>> >> > about
>> >> > getting it set up?

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.