Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Data from Worksheet to Worksheet

Hi, I'm desperately searching for a way and was wondering if it was
possible to take data from one worksheet and utilize it in another
one. If so, is there a macro or is there a simpler way to do it or
even if there is a macro, what could it be to get it to function, I'm
not even a beginner at programming as I am fairly new to it so I need
a little bit of help.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Data from Worksheet to Worksheet

On Jun 26, 1:13 pm, wrote:
Hi, I'm desperately searching for a way and was wondering if it was
possible to take data from one worksheet and utilize it in another
one. If so, is there a macro or is there a simpler way to do it or
even if there is a macro, what could it be to get it to function, I'm
not even a beginner at programming as I am fairly new to it so I need
a little bit of help.


You could just create a data connection to the worksheet that has the
data you want to access. I'd put the data connection on its own sheet
in your workbook. Not sure what version of Excel you're using, but
using Excel 2007 just click the Data menu option and create the
connection using "From Microsoft Query". You would tell it to use
Excel as the data source and then follow the wizard.

Depending on what you're trying to do, it might be easier just to
reference cells in the other workbook. The easiest way to see how to
do that is to have both workbooks open and then enter "=" in one
spreadsheet, then click on a cell in the other. You should end up with
something like "=[workbook1.xs]Sheet1!$A$1".

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Data from Worksheet to Worksheet

On Jun 26, 2:32 pm, Ferris wrote:
On Jun 26, 1:13 pm, wrote:

Hi, I'm desperately searching for a way and was wondering if it was
possible to take data from one worksheet and utilize it in another
one. If so, is there a macro or is there a simpler way to do it or
even if there is a macro, what could it be to get it to function, I'm
not even a beginner at programming as I am fairly new to it so I need
a little bit of help.


You could just create a data connection to the worksheet that has the
data you want to access. I'd put the data connection on its own sheet
in your workbook. Not sure what version of Excel you're using, but
using Excel 2007 just click the Data menu option and create the
connection using "From Microsoft Query". You would tell it to use
Excel as the data source and then follow the wizard.

Depending on what you're trying to do, it might be easier just to
reference cells in the other workbook. The easiest way to see how to
do that is to have both workbooks open and then enter "=" in one
spreadsheet, then click on a cell in the other. You should end up with
something like "=[workbook1.xs]Sheet1!$A$1".


Appreciate the help Ferris, I'm utilizing Excel 2003 and tried your
formula, but it comes up with the answer #REF and a load/open box
telling me to update values comes up.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Data from Worksheet to Worksheet

On Jun 26, 2:38 pm, "Ahh, Excel's Tough"
wrote:
On Jun 26, 2:32 pm, Ferris wrote:





On Jun 26, 1:13 pm, wrote:


Hi, I'm desperately searching for a way and was wondering if it was
possible to take data from one worksheet and utilize it in another
one. If so, is there a macro or is there a simpler way to do it or
even if there is a macro, what could it be to get it to function, I'm
not even a beginner at programming as I am fairly new to it so I need
a little bit of help.


You could just create a data connection to the worksheet that has the
data you want to access. I'd put the data connection on its own sheet
in your workbook. Not sure what version of Excel you're using, but
using Excel 2007 just click the Data menu option and create the
connection using "From Microsoft Query". You would tell it to use
Excel as the data source and then follow the wizard.


Depending on what you're trying to do, it might be easier just to
reference cells in the other workbook. The easiest way to see how to
do that is to have both workbooks open and then enter "=" in one
spreadsheet, then click on a cell in the other. You should end up with
something like "=[workbook1.xs]Sheet1!$A$1".


Appreciate the help Ferris, I'm utilizing Excel 2003 and tried your
formula, but it comes up with the answer #REF and a load/open box
telling me to update values comes up.- Hide quoted text -

- Show quoted text -

Nevermind about that one Ferris, I got it to work, but is there any
possible way I can get it a whole formula into one cell? For example,
I want to put the equation
=IF(A2<=0,"0",=PRODUCT([YearlySummary.xls]Lookup!$B$3) times 8. Is it
possible that you can translate the equation to excel language?


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
automatically appending newly added data on worksheet to a master list worksheet tabylee via OfficeKB.com Links and Linking in Excel 0 December 17th 09 04:24 PM
Pulling data into today's worksheet from yesterday's worksheet Big UT Fan Excel Discussion (Misc queries) 4 December 12th 08 07:20 PM
Using a Worksheet Form to add data to a separate worksheet databas Rawblyn Excel Worksheet Functions 3 March 7th 06 08:17 PM
Automatically pasting worksheet data to new worksheet with formulas COntactJason Excel Worksheet Functions 0 August 10th 05 08:22 PM
Attaching a JET database to an Excel Worksheet OR storing large binary data in a worksheet Ant Waters Excel Programming 1 September 3rd 03 11:34 AM


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