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?