Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 40
Default range that is available everywhere

I have a list that has the monthly revenue for 300 companies.

what i have done is put these in my personal.xls file. and setup a
range name for them.

so if i ever need to pull these numbers from any spreadsheet i can get
them by typing

=vlookup(a2,personal.xls!uptofeb,12,false)

this gets me the revenue for whichever id is in a2 and pulls data from
column 12 in personal.xls ..

is there anyway i can get it so that i only have to put the range name
in the target array.

so i only have to put.. =vlookup(a1,uptofeb,12,false) and it pulls
the data from personal.xls by it self?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 39
Default range that is available everywhere

Assuming I'm reading this correctly, you could probably make a new
named range that references the old one.
UptoFeb2 =personal.xls!uptofeb
then use =Vlookup(a1,uptofeb2,12,false)

On Mar 29, 4:27 pm, "mithu" wrote:
I have a list that has the monthly revenue for 300 companies.

what i have done is put these in my personal.xls file. and setup a
range name for them.

so if i ever need to pull these numbers from any spreadsheet i can get
them by typing

=vlookup(a2,personal.xls!uptofeb,12,false)

this gets me the revenue for whichever id is in a2 and pulls data from
column 12 in personal.xls ..

is there anyway i can get it so that i only have to put the range name
in the target array.

so i only have to put.. =vlookup(a1,uptofeb,12,false) and it pulls
the data from personal.xls by it self?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 40
Default range that is available everywhere

but that named range will only work for that worksheet correct? what
if i wanted the range name "uptofeb" to be avaiable in any spreadsheet
that i open?

On Mar 29, 4:50 pm, "meatshield" wrote:
Assuming I'm reading this correctly, you could probably make a new
named range that references the old one.
UptoFeb2 =personal.xls!uptofeb
then use =Vlookup(a1,uptofeb2,12,false)

On Mar 29, 4:27 pm, "mithu" wrote:



I have a list that has the monthly revenue for 300 companies.


what i have done is put these in my personal.xls file. and setup a
range name for them.


so if i ever need to pull these numbers from any spreadsheet i can get
them by typing


=vlookup(a2,personal.xls!uptofeb,12,false)


this gets me the revenue for whichever id is in a2 and pulls data from
column 12 in personal.xls ..


is there anyway i can get it so that i only have to put the range name
in the target array.


so i only have to put.. =vlookup(a1,uptofeb,12,false) and it pulls
the data from personal.xls by it self?- Hide quoted text -


- Show quoted text -



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
automatic range - named range give me circular reference... George Thorogood Excel Discussion (Misc queries) 0 February 22nd 07 07:53 PM
Excel Addin:Setting the range to the Excel.Range object range prop Rp007 Excel Worksheet Functions 5 November 24th 06 04:30 PM
Selecting range in list of range names depending on a cell informa Courreges Excel Discussion (Misc queries) 2 June 19th 06 10:59 AM
formula to sort a range so that it matches the exact rows of a column that is outside that range? steveo Excel Discussion (Misc queries) 1 June 18th 06 02:05 AM
How to count dates within a certain range in a column with mutiple date range entries Krisjhn Excel Worksheet Functions 2 September 1st 05 01:59 PM


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