Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kendra
 
Posts: n/a
Default How can I copy text from one worksheet to another

I am having a hard time and hope someone can help me!
I have a large spreadsheet that holds data, both numeric and alpha, and has
12 worksheets within the spreadsheet for each months' data. What I need to do
is create another worksheet titled Summary, which would give me a summary of
the information I need (not all on each worksheet is pertinant) at the end of
each year. It would be easiest if I could create a formula to pull the
information I need and add it to my summary worksheet rather than cut and
paste each worksheets' information to my summary worksheet.

I hope I explained this correctly.

Thanks everyone!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
 
Posts: n/a
Default How can I copy text from one worksheet to another

On sheet10 use formulas like =Sheet1!Z20 to get Z20 value from Sheet1

Use formula like =SUM(Sheet1:Sheet9!Z10) to sum all Z10 values

Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Kendra" wrote in message
...
I am having a hard time and hope someone can help me!
I have a large spreadsheet that holds data, both numeric and alpha, and
has
12 worksheets within the spreadsheet for each months' data. What I need to
do
is create another worksheet titled Summary, which would give me a summary
of
the information I need (not all on each worksheet is pertinant) at the end
of
each year. It would be easiest if I could create a formula to pull the
information I need and add it to my summary worksheet rather than cut and
paste each worksheets' information to my summary worksheet.

I hope I explained this correctly.

Thanks everyone!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kendra
 
Posts: n/a
Default How can I copy text from one worksheet to another

Actually, treat me like I am 10 and you are trying to explain this to me. I
am very good at certain functions in excel, so I am not new to it, but
anything with the formulas, I normally only do the SUM of numeric figures, so
this one is tricky. Sorry to be such a pain! :)
For example - your example of Sheet1!Z20 - what is the Z20 representing?

"Bernard Liengme" wrote:

On sheet10 use formulas like =Sheet1!Z20 to get Z20 value from Sheet1

Use formula like =SUM(Sheet1:Sheet9!Z10) to sum all Z10 values

Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Kendra" wrote in message
...
I am having a hard time and hope someone can help me!
I have a large spreadsheet that holds data, both numeric and alpha, and
has
12 worksheets within the spreadsheet for each months' data. What I need to
do
is create another worksheet titled Summary, which would give me a summary
of
the information I need (not all on each worksheet is pertinant) at the end
of
each year. It would be easiest if I could create a formula to pull the
information I need and add it to my summary worksheet rather than cut and
paste each worksheets' information to my summary worksheet.

I hope I explained this correctly.

Thanks everyone!




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
 
Posts: n/a
Default How can I copy text from one worksheet to another

Hi Kendra:
You have 12 sheets with data for each month; you want to have some of the
data summarized on another sheet.
Suppose the data you want comes from Z20 on Sheet1, then on the summary
sheet use =Sheet1!Z20 and the cell on the summary sheet will display the
same value as cell Z20 on Sheet1

If you want to sum the Z10 values on Sheet1, Sheet2....all the way to
Sheet12 use =SUM(Sheet1:Sheet12!Z10)

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email


"Kendra" wrote in message
...
Actually, treat me like I am 10 and you are trying to explain this to me.
I
am very good at certain functions in excel, so I am not new to it, but
anything with the formulas, I normally only do the SUM of numeric figures,
so
this one is tricky. Sorry to be such a pain! :)
For example - your example of Sheet1!Z20 - what is the Z20 representing?

"Bernard Liengme" wrote:

On sheet10 use formulas like =Sheet1!Z20 to get Z20 value from Sheet1

Use formula like =SUM(Sheet1:Sheet9!Z10) to sum all Z10 values

Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Kendra" wrote in message
...
I am having a hard time and hope someone can help me!
I have a large spreadsheet that holds data, both numeric and alpha, and
has
12 worksheets within the spreadsheet for each months' data. What I need
to
do
is create another worksheet titled Summary, which would give me a
summary
of
the information I need (not all on each worksheet is pertinant) at the
end
of
each year. It would be easiest if I could create a formula to pull the
information I need and add it to my summary worksheet rather than cut
and
paste each worksheets' information to my summary worksheet.

I hope I explained this correctly.

Thanks everyone!






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kendra
 
Posts: n/a
Default How can I copy text from one worksheet to another

Awesome!!! I am going to give that a shot and I will let you know how it
works! Thanks so much!
Kendra

"Bernard Liengme" wrote:

Hi Kendra:
You have 12 sheets with data for each month; you want to have some of the
data summarized on another sheet.
Suppose the data you want comes from Z20 on Sheet1, then on the summary
sheet use =Sheet1!Z20 and the cell on the summary sheet will display the
same value as cell Z20 on Sheet1

If you want to sum the Z10 values on Sheet1, Sheet2....all the way to
Sheet12 use =SUM(Sheet1:Sheet12!Z10)

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email


"Kendra" wrote in message
...
Actually, treat me like I am 10 and you are trying to explain this to me.
I
am very good at certain functions in excel, so I am not new to it, but
anything with the formulas, I normally only do the SUM of numeric figures,
so
this one is tricky. Sorry to be such a pain! :)
For example - your example of Sheet1!Z20 - what is the Z20 representing?

"Bernard Liengme" wrote:

On sheet10 use formulas like =Sheet1!Z20 to get Z20 value from Sheet1

Use formula like =SUM(Sheet1:Sheet9!Z10) to sum all Z10 values

Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Kendra" wrote in message
...
I am having a hard time and hope someone can help me!
I have a large spreadsheet that holds data, both numeric and alpha, and
has
12 worksheets within the spreadsheet for each months' data. What I need
to
do
is create another worksheet titled Summary, which would give me a
summary
of
the information I need (not all on each worksheet is pertinant) at the
end
of
each year. It would be easiest if I could create a formula to pull the
information I need and add it to my summary worksheet rather than cut
and
paste each worksheets' information to my summary worksheet.

I hope I explained this correctly.

Thanks everyone!








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kendra
 
Posts: n/a
Default How can I copy text from one worksheet to another

This was great! Thanks so much. I have another question and wanted to post it
as a new one, but now when I hit new question, nothing happens. Anyway,
I am trying to sort colums that have titles and the titles keep getting
sorted alphabetically even though I don't select them before I hit the AZ key
to sort ascending. Am I doing something wrong? It really is going to defeat
my whole purpose if I can't get them to sort once the information has been
extraced.
Thanks Bernard!
Kendra

"Bernard Liengme" wrote:

Hi Kendra:
You have 12 sheets with data for each month; you want to have some of the
data summarized on another sheet.
Suppose the data you want comes from Z20 on Sheet1, then on the summary
sheet use =Sheet1!Z20 and the cell on the summary sheet will display the
same value as cell Z20 on Sheet1

If you want to sum the Z10 values on Sheet1, Sheet2....all the way to
Sheet12 use =SUM(Sheet1:Sheet12!Z10)

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email


"Kendra" wrote in message
...
Actually, treat me like I am 10 and you are trying to explain this to me.
I
am very good at certain functions in excel, so I am not new to it, but
anything with the formulas, I normally only do the SUM of numeric figures,
so
this one is tricky. Sorry to be such a pain! :)
For example - your example of Sheet1!Z20 - what is the Z20 representing?

"Bernard Liengme" wrote:

On sheet10 use formulas like =Sheet1!Z20 to get Z20 value from Sheet1

Use formula like =SUM(Sheet1:Sheet9!Z10) to sum all Z10 values

Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Kendra" wrote in message
...
I am having a hard time and hope someone can help me!
I have a large spreadsheet that holds data, both numeric and alpha, and
has
12 worksheets within the spreadsheet for each months' data. What I need
to
do
is create another worksheet titled Summary, which would give me a
summary
of
the information I need (not all on each worksheet is pertinant) at the
end
of
each year. It would be easiest if I could create a formula to pull the
information I need and add it to my summary worksheet rather than cut
and
paste each worksheets' information to my summary worksheet.

I hope I explained this correctly.

Thanks everyone!






  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete
 
Posts: n/a
Default How can I copy text from one worksheet to another

I always advise people NOT to use the sort AZ icons!

It is better to highlight the data you want to sort, including any
header row, then select Data | Sort and specify your parameters - the
column you want to sort on (you can choose up to 3), whether you want
it sorted in ascending or descending order, and if your data contains a
header row (Excel will try to guess this for you). You thus have more
flexibility but also more control over what gets sorted.

Hope this helps.

Pete

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kendra
 
Posts: n/a
Default How can I copy text from one worksheet to another

Thanks Pete, I will try doing it this way and see if it works! :)

"Pete" wrote:

I always advise people NOT to use the sort AZ icons!

It is better to highlight the data you want to sort, including any
header row, then select Data | Sort and specify your parameters - the
column you want to sort on (you can choose up to 3), whether you want
it sorted in ascending or descending order, and if your data contains a
header row (Excel will try to guess this for you). You thus have more
flexibility but also more control over what gets sorted.

Hope this helps.

Pete


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 Excel can copy the data in a row of worksheet to other? CYCLERC Excel Worksheet Functions 0 January 16th 06 05:50 AM
Formula to copy text from a column in different workshhets TheTomo Excel Worksheet Functions 2 January 13th 06 04:09 PM
Copy worksheet & maintain cell reference across worksheets dingy101 Excel Worksheet Functions 3 January 2nd 06 10:51 AM
Is there a function to copy an entire worksheet? nickclingan Excel Worksheet Functions 3 December 23rd 05 03:23 PM
Copy answer to another worksheet mjohnson0321 Excel Discussion (Misc queries) 3 January 22nd 05 01:11 PM


All times are GMT +1. The time now is 10:23 AM.

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"