Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default linked text ranges or lists

I have a list with a range name in one worksheet that I would like linked to
another workbook. The list from the destination workbook needs to print on a
report. Excel 2002
--
none
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default linked text ranges or lists

In the destination workbook, choose DataImport External DataNew
Database Query
Click on Excel Files as the data source, and click OK
Select the workbook with the list, and click OK
In the Query Wizard, select your named range, and click the button, to
add the columns to the query
Click Next, three times, then click Finish.
Select a starting cell for the imported list, and click OK

Right-click a cell in the imported list, and click Data Range Properties
Add a check mark to Refresh Data on File Open, and click OK.


RHall wrote:
I have a list with a range name in one worksheet that I would like linked to
another workbook. The list from the destination workbook needs to print on a
report. Excel 2002



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default linked text ranges or lists

You really know your stuff, I would never have figured that solution out.
Although it was very useful I still have one problem with it. This solution
does not keep a link to update the destination when the source has been
changed or new records added.
Is there a way to link a text range from one EXCEL worksheet to another?
When I try to refer to the source range I get a VALUE error since the data is
text and not numbers. Thanks for your attention to my problem. Rhall
--
none


"Debra Dalgleish" wrote:

In the destination workbook, choose DataImport External DataNew
Database Query
Click on Excel Files as the data source, and click OK
Select the workbook with the list, and click OK
In the Query Wizard, select your named range, and click the button, to
add the columns to the query
Click Next, three times, then click Finish.
Select a starting cell for the imported list, and click OK

Right-click a cell in the imported list, and click Data Range Properties
Add a check mark to Refresh Data on File Open, and click OK.


RHall wrote:
I have a list with a range name in one worksheet that I would like linked to
another workbook. The list from the destination workbook needs to print on a
report. Excel 2002



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default linked text ranges or lists

If you change the definition of the named range, so it includes the new
rows of data, the linked data should show the new rows when updated.
This method works for text or numbers. How are you linking to the cells
when you get the Value error?

RHall wrote:
You really know your stuff, I would never have figured that solution out.
Although it was very useful I still have one problem with it. This solution
does not keep a link to update the destination when the source has been
changed or new records added.
Is there a way to link a text range from one EXCEL worksheet to another?
When I try to refer to the source range I get a VALUE error since the data is
text and not numbers. Thanks for your attention to my problem. Rhall



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default linked text ranges or lists

I tried using the =with the workbook, worksheet and range name. I also tried
doing the instructions you gave me in your previous post but that did not
change the destination when I inserted an additional row in the souce range
list.
--
none


"Debra Dalgleish" wrote:

In the destination workbook, choose DataImport External DataNew
Database Query
Click on Excel Files as the data source, and click OK
Select the workbook with the list, and click OK
In the Query Wizard, select your named range, and click the button, to
add the columns to the query
Click Next, three times, then click Finish.
Select a starting cell for the imported list, and click OK

Right-click a cell in the imported list, and click Data Range Properties
Add a check mark to Refresh Data on File Open, and click OK.


RHall wrote:
I have a list with a range name in one worksheet that I would like linked to
another workbook. The list from the destination workbook needs to print on a
report. Excel 2002



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default linked text ranges or lists

If you select the named range in the source data, is the new row
included? Perhaps you added the data at the end, and it's not in the
named range.

RHall wrote:
I tried using the =with the workbook, worksheet and range name. I also tried
doing the instructions you gave me in your previous post but that did not
change the destination when I inserted an additional row in the souce range
list.



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default linked text ranges or lists

Thanks for all the help. Everything worked this time.
--
none


"Debra Dalgleish" wrote:

If you select the named range in the source data, is the new row
included? Perhaps you added the data at the end, and it's not in the
named range.

RHall wrote:
I tried using the =with the workbook, worksheet and range name. I also tried
doing the instructions you gave me in your previous post but that did not
change the destination when I inserted an additional row in the souce range
list.



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html


  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default linked text ranges or lists

Now that I have the information, I need to transpose one of the lists. The
list with names will stay in rows and the list with jobs will be the column
headers. I've played with the Transpose function and I wind up getting only
the first cell. Any ideas? I'm try to set up a time sheet to enter the
employees time for each job.
(then I have to figure out how to double the columns for each job to allow
for regular time and overtime. I wish I could write in COBOL on my PC but it
has been years since I retired from the big computers.) Thanks for any
suggestions.
--
none


"Debra Dalgleish" wrote:

In the destination workbook, choose DataImport External DataNew
Database Query
Click on Excel Files as the data source, and click OK
Select the workbook with the list, and click OK
In the Query Wizard, select your named range, and click the button, to
add the columns to the query
Click Next, three times, then click Finish.
Select a starting cell for the imported list, and click OK

Right-click a cell in the imported list, and click Data Range Properties
Add a check mark to Refresh Data on File Open, and click OK.


RHall wrote:
I have a list with a range name in one worksheet that I would like linked to
another workbook. The list from the destination workbook needs to print on a
report. Excel 2002



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html


  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default linked text ranges or lists

When using the TRANSPOSE function you must select a range of cells to receive
the data.

Then type your TRANSPOSE formula with source range in active cell and hit CRTL +
SHIFT + ENTER

i.e. select B1:F1

Type =TRANSPOSE(A1:A5) in B1 and then CSE


Gord Dibben MS Excel MVP

On Wed, 2 Jan 2008 20:46:01 -0800, RHall .(donotspam) wrote:

Now that I have the information, I need to transpose one of the lists. The
list with names will stay in rows and the list with jobs will be the column
headers. I've played with the Transpose function and I wind up getting only
the first cell. Any ideas? I'm try to set up a time sheet to enter the
employees time for each job.
(then I have to figure out how to double the columns for each job to allow
for regular time and overtime. I wish I could write in COBOL on my PC but it
has been years since I retired from the big computers.) Thanks for any
suggestions.


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
How do I use Named Ranges as Data Validation Lists? Chris Mitchell Excel Worksheet Functions 2 June 23rd 07 12:15 PM
SUMIF ranges linked to a data validation cell Steggles Excel Discussion (Misc queries) 2 May 15th 07 01:36 PM
Specific Data Ranges Produced From Drop Down Lists Peterwnixon Excel Worksheet Functions 5 January 3rd 07 09:44 PM
how to keep adjacent rows linked when sorting with lists adaire New Users to Excel 2 July 3rd 06 01:59 PM
Dynamic Ranges and Lists Mark_Robinson Excel Worksheet Functions 2 April 4th 06 08:40 AM


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