#1   Report Post  
Posted to microsoft.public.excel.misc
Tel Tel is offline
external usenet poster
 
Posts: 39
Default Data Transfer

Is it possible for Excel to transfer data from one workbook to specific cells
in another workbook. I am using Office Home and Student 2007, do I need any
extra software?
--
tes
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Data Transfer

You can use formulas to reference values in other workbooks:

=[AutoAmort.xls]Sheet1!$C$7

Generically speading:

=[WorkbookName.ext]SheetName!CellAddress
--
Kevin Backmann


"tel" wrote:

Is it possible for Excel to transfer data from one workbook to specific cells
in another workbook. I am using Office Home and Student 2007, do I need any
extra software?
--
tes

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

You could open both workbooks and then
select the range to copy
ctrl-c (to copy the range)
select the topleft cell in the destination range
ctrl-v (to paste)



tel wrote:

Is it possible for Excel to transfer data from one workbook to specific cells
in another workbook. I am using Office Home and Student 2007, do I need any
extra software?
--
tes


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Data Transfer

Kevin,

I have a question then in regards to this. I have been using this formula
to reference data from a specific document. The only problem I am coming
across is the fact that the formula doesn't automatically add to the row
number when I try to copy them. Is there a way to have this done?

Here is the situation. I have a LARGE workbook with multiple worksheets of
data that I need to reference on a per 'customer' basis. In each worksheet
there can be upwards to 600+ rows of data and I am at IT in the column
naming. So you can understand the numbers I am working with. I have only
referenced specific columns for this new document but I need all of the rows.
It's kind of a pain to have to go through each cell to add from row 6 to 7
to 8 and so on. I was hoping it would act more like the typical formula
where it auto sequences during the copying step.

Of course I have to redirect to the base workbook each time. It would save
me weeks worth of time on this. Literally!

Thanks,

Mike

"Kevin B" wrote:

You can use formulas to reference values in other workbooks:

=[AutoAmort.xls]Sheet1!$C$7

Generically speading:

=[WorkbookName.ext]SheetName!CellAddress
--
Kevin Backmann


"tel" wrote:

Is it possible for Excel to transfer data from one workbook to specific cells
in another workbook. I am using Office Home and Student 2007, do I need any
extra software?
--
tes

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Data Transfer

By default formulas that reference external workbooks are entered as absolute
cell addresses. The "$" before the column and row in the sample formula's
cell reference to C7 informs Excel to not adjust column or row if the formula
is copied, always reference cell C7.

Example:

=[AutoAmort.xls]Sheet1!$C$7

REmoving the "$" from the cell reference makes it a relative reference, and
will adjust both column and row when copied.

Example:

=[AutoAmort.xls]Sheet1!C7

Cell references come in 4 flavors:

Relative, which is the default (A1)
Absolule column, relative row($A1)
Absolute row, relative column (A$1)
Absolute row and column ($A$1)


--
Kevin Backmann


"Mike K" wrote:

Kevin,

I have a question then in regards to this. I have been using this formula
to reference data from a specific document. The only problem I am coming
across is the fact that the formula doesn't automatically add to the row
number when I try to copy them. Is there a way to have this done?

Here is the situation. I have a LARGE workbook with multiple worksheets of
data that I need to reference on a per 'customer' basis. In each worksheet
there can be upwards to 600+ rows of data and I am at IT in the column
naming. So you can understand the numbers I am working with. I have only
referenced specific columns for this new document but I need all of the rows.
It's kind of a pain to have to go through each cell to add from row 6 to 7
to 8 and so on. I was hoping it would act more like the typical formula
where it auto sequences during the copying step.

Of course I have to redirect to the base workbook each time. It would save
me weeks worth of time on this. Literally!

Thanks,

Mike

"Kevin B" wrote:

You can use formulas to reference values in other workbooks:

=[AutoAmort.xls]Sheet1!$C$7

Generically speading:

=[WorkbookName.ext]SheetName!CellAddress
--
Kevin Backmann


"tel" wrote:

Is it possible for Excel to transfer data from one workbook to specific cells
in another workbook. I am using Office Home and Student 2007, do I need any
extra software?
--
tes



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 104
Default Data Transfer

Thank you sir, that did the trick. I appreciate your help.

Mike

"Kevin B" wrote:

By default formulas that reference external workbooks are entered as absolute
cell addresses. The "$" before the column and row in the sample formula's
cell reference to C7 informs Excel to not adjust column or row if the formula
is copied, always reference cell C7.

Example:

=[AutoAmort.xls]Sheet1!$C$7

REmoving the "$" from the cell reference makes it a relative reference, and
will adjust both column and row when copied.

Example:

=[AutoAmort.xls]Sheet1!C7

Cell references come in 4 flavors:

Relative, which is the default (A1)
Absolule column, relative row($A1)
Absolute row, relative column (A$1)
Absolute row and column ($A$1)


--
Kevin Backmann


"Mike K" wrote:

Kevin,

I have a question then in regards to this. I have been using this formula
to reference data from a specific document. The only problem I am coming
across is the fact that the formula doesn't automatically add to the row
number when I try to copy them. Is there a way to have this done?

Here is the situation. I have a LARGE workbook with multiple worksheets of
data that I need to reference on a per 'customer' basis. In each worksheet
there can be upwards to 600+ rows of data and I am at IT in the column
naming. So you can understand the numbers I am working with. I have only
referenced specific columns for this new document but I need all of the rows.
It's kind of a pain to have to go through each cell to add from row 6 to 7
to 8 and so on. I was hoping it would act more like the typical formula
where it auto sequences during the copying step.

Of course I have to redirect to the base workbook each time. It would save
me weeks worth of time on this. Literally!

Thanks,

Mike

"Kevin B" wrote:

You can use formulas to reference values in other workbooks:

=[AutoAmort.xls]Sheet1!$C$7

Generically speading:

=[WorkbookName.ext]SheetName!CellAddress
--
Kevin Backmann


"tel" wrote:

Is it possible for Excel to transfer data from one workbook to specific cells
in another workbook. I am using Office Home and Student 2007, do I need any
extra software?
--
tes

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
auto transfer data in sheet2 (selected data) deen Excel Worksheet Functions 1 May 9th 08 01:57 PM
Data transfer coldarkness Excel Discussion (Misc queries) 1 September 17th 07 08:30 AM
Transfer Excel data into Word, including text box data Sarah (OGI) Excel Discussion (Misc queries) 0 July 13th 07 10:06 AM
can't transfer data Miguel Excel Discussion (Misc queries) 2 March 6th 07 07:28 PM
Data transfer Tiger from Leicester Excel Discussion (Misc queries) 0 June 28th 05 01:49 PM


All times are GMT +1. The time now is 04:59 AM.

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"