Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 93
Default Transfering information form one cell to another work sheet

Help!!!! this what I have. I have a work book with several tabls each tab
represents a week day (example: Monday, Tuesday, and so on) Each day is a
work sheet filled with formulas of time turned into hours worked with a total
cell at the bottom.

What I am trying to do on another work sheet is make a table that say anlong
the top the weeks such as 9/11/09, 9/18/09 and so on with the days of the
week running down the left saying Monday, Tuesday, Wednesday, Thursday and
Friday.

I want the totals from the tabed weekdays to automatical fill into the new
sheet.


Can some one please help me with this????

Thank you

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Transfering information form one cell to another work sheet

I would suggest that you insert one or two new rows at the top of each
of your daily worksheets and have your totals on row 1 - e.g. if it is
column F where the hours are then you could have in F1:

=SUM(F3:F10000)

Then on your summary sheet you would have:

=Monday!F1

=Tuesday!F1

and so on.

Hope this helps.

Pete

On Sep 22, 2:05*pm, Stephanie
wrote:
Help!!!! this what I have. I have a work book with several tabls each tab
represents a week day (example: Monday, Tuesday, and so on) Each day is a
work sheet filled with formulas of time turned into hours worked with a total
cell at the bottom.

What I am trying to do on another work sheet is make a table that say anlong
the top the weeks such as 9/11/09, 9/18/09 and so on with the days of the
week running down the left saying Monday, Tuesday, Wednesday, Thursday and
Friday.

I want the totals from the tabed weekdays to automatical fill into the new
sheet.

Can some one please help me with this????

Thank you


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 93
Default Transfering information form one cell to another work sheet

Thanks,

I'm going to try it and see if it works

"Pete_UK" wrote:

I would suggest that you insert one or two new rows at the top of each
of your daily worksheets and have your totals on row 1 - e.g. if it is
column F where the hours are then you could have in F1:

=SUM(F3:F10000)

Then on your summary sheet you would have:

=Monday!F1

=Tuesday!F1

and so on.

Hope this helps.

Pete

On Sep 22, 2:05 pm, Stephanie
wrote:
Help!!!! this what I have. I have a work book with several tabls each tab
represents a week day (example: Monday, Tuesday, and so on) Each day is a
work sheet filled with formulas of time turned into hours worked with a total
cell at the bottom.

What I am trying to do on another work sheet is make a table that say anlong
the top the weeks such as 9/11/09, 9/18/09 and so on with the days of the
week running down the left saying Monday, Tuesday, Wednesday, Thursday and
Friday.

I want the totals from the tabed weekdays to automatical fill into the new
sheet.

Can some one please help me with this????

Thank you



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 93
Default Transfering information form one cell to another work sheet

I would love to create another row but I can't because it is an actual
template with excel formulas. I'm not the greatest at this kind of stuff so
if you could maybe go step by step with me?

"Pete_UK" wrote:

I would suggest that you insert one or two new rows at the top of each
of your daily worksheets and have your totals on row 1 - e.g. if it is
column F where the hours are then you could have in F1:

=SUM(F3:F10000)

Then on your summary sheet you would have:

=Monday!F1

=Tuesday!F1

and so on.

Hope this helps.

Pete

On Sep 22, 2:05 pm, Stephanie
wrote:
Help!!!! this what I have. I have a work book with several tabls each tab
represents a week day (example: Monday, Tuesday, and so on) Each day is a
work sheet filled with formulas of time turned into hours worked with a total
cell at the bottom.

What I am trying to do on another work sheet is make a table that say anlong
the top the weeks such as 9/11/09, 9/18/09 and so on with the days of the
week running down the left saying Monday, Tuesday, Wednesday, Thursday and
Friday.

I want the totals from the tabed weekdays to automatical fill into the new
sheet.

Can some one please help me with this????

Thank you



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 93
Default Transfering information form one cell to another work sheet

I am still stuck!!!!

"Stephanie" wrote:

Help!!!! this what I have. I have a work book with several tabls each tab
represents a week day (example: Monday, Tuesday, and so on) Each day is a
work sheet filled with formulas of time turned into hours worked with a total
cell at the bottom.

What I am trying to do on another work sheet is make a table that say anlong
the top the weeks such as 9/11/09, 9/18/09 and so on with the days of the
week running down the left saying Monday, Tuesday, Wednesday, Thursday and
Friday.

I want the totals from the tabed weekdays to automatical fill into the new
sheet.


Can some one please help me with this????

Thank you



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Transfering information form one cell to another work sheet

Okay, I assume you have five sheets called Monday, Tuesday etc to
Friday, and that you have another sheet called Summary. I also assume
that the five daily sheets are identical in layout, with a header row
in row 1 and data below that.

To insert a new blank row in each of those 5 sheets, the easiest way
is to group the sheets together first and then do the actions once -
these actions will apply to all grouped sheets. So, select the Monday
sheet, and then hold down the CTRL key while you also select the tabs
for the other daily sheets. The tab colour will change, and you will
see Group in the title bar. Select row 1 of the visible sheet by
clicking on the row identifier, and then click on Insert | Rows. Now
you will have a brand new (blank) row at the top of those sheets.

I assumed earlier that the data to be totalled is in column F, so
position the cursor in F1 and enter this formula:

=SUM(F3:F10000)

Now you need to ungroup the sheets, and the quickest way is to click
on the Summary tab as this is not part of the group. If you now select
any of those daily sheets, you will see a blank row at the top with a
formula in cell F1. If you still have a SUM formula at the bottom of
the data, then you will need to get rid of this on each sheet.

Then you can follow the instructions I gave you earlier.

Hope this helps.

Pete

On Sep 22, 2:57*pm, Stephanie
wrote:
I would love to create another row but I can't because it is an actual
template with excel formulas. I'm not the greatest at this kind of stuff so
if you could maybe go step by step with me?



"Pete_UK" wrote:
I would suggest that you insert one or two new rows at the top of each
of your daily worksheets and have your totals on row 1 - e.g. if it is
column F where the hours are then you could have in F1:


=SUM(F3:F10000)


Then on your summary sheet you would have:


=Monday!F1


=Tuesday!F1


and so on.


Hope this helps.


Pete


On Sep 22, 2:05 pm, Stephanie
wrote:
Help!!!! this what I have. I have a work book with several tabls each tab
represents a week day (example: Monday, Tuesday, and so on) Each day is a
work sheet filled with formulas of time turned into hours worked with a total
cell at the bottom.


What I am trying to do on another work sheet is make a table that say anlong
the top the weeks such as 9/11/09, 9/18/09 and so on with the days of the
week running down the left saying Monday, Tuesday, Wednesday, Thursday and
Friday.


I want the totals from the tabed weekdays to automatical fill into the new
sheet.


Can some one please help me with this????


Thank you- Hide quoted text -


- Show quoted text -


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 93
Default Transfering information form one cell to another work sheet

Ok Pete, I am going to go ahead and try this. When I am done I will let you
know what happens. Thank you for walking me through it!!!!

"Pete_UK" wrote:

Okay, I assume you have five sheets called Monday, Tuesday etc to
Friday, and that you have another sheet called Summary. I also assume
that the five daily sheets are identical in layout, with a header row
in row 1 and data below that.

To insert a new blank row in each of those 5 sheets, the easiest way
is to group the sheets together first and then do the actions once -
these actions will apply to all grouped sheets. So, select the Monday
sheet, and then hold down the CTRL key while you also select the tabs
for the other daily sheets. The tab colour will change, and you will
see Group in the title bar. Select row 1 of the visible sheet by
clicking on the row identifier, and then click on Insert | Rows. Now
you will have a brand new (blank) row at the top of those sheets.

I assumed earlier that the data to be totalled is in column F, so
position the cursor in F1 and enter this formula:

=SUM(F3:F10000)

Now you need to ungroup the sheets, and the quickest way is to click
on the Summary tab as this is not part of the group. If you now select
any of those daily sheets, you will see a blank row at the top with a
formula in cell F1. If you still have a SUM formula at the bottom of
the data, then you will need to get rid of this on each sheet.

Then you can follow the instructions I gave you earlier.

Hope this helps.

Pete

On Sep 22, 2:57 pm, Stephanie
wrote:
I would love to create another row but I can't because it is an actual
template with excel formulas. I'm not the greatest at this kind of stuff so
if you could maybe go step by step with me?



"Pete_UK" wrote:
I would suggest that you insert one or two new rows at the top of each
of your daily worksheets and have your totals on row 1 - e.g. if it is
column F where the hours are then you could have in F1:


=SUM(F3:F10000)


Then on your summary sheet you would have:


=Monday!F1


=Tuesday!F1


and so on.


Hope this helps.


Pete


On Sep 22, 2:05 pm, Stephanie
wrote:
Help!!!! this what I have. I have a work book with several tabls each tab
represents a week day (example: Monday, Tuesday, and so on) Each day is a
work sheet filled with formulas of time turned into hours worked with a total
cell at the bottom.


What I am trying to do on another work sheet is make a table that say anlong
the top the weeks such as 9/11/09, 9/18/09 and so on with the days of the
week running down the left saying Monday, Tuesday, Wednesday, Thursday and
Friday.


I want the totals from the tabed weekdays to automatical fill into the new
sheet.


Can some one please help me with this????


Thank you- Hide quoted text -


- Show quoted text -



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 93
Default Transfering information form one cell to another work sheet

Ok Pete, sorry it took me so long to get back to you. I followed the
directions but I couldn't get past adding a blank row.

Once I added the blank row and then tried to place to formula in the same
colum as the total cell I received a message box asking if I was trying to
create a formula.

I entered the new blank row on each form and then went to J1 to enter the
formula and it didn't work. The reason I entered the formula in J1 was
because my total is in J35.

What am I doing wrong????

"Pete_UK" wrote:

Okay, I assume you have five sheets called Monday, Tuesday etc to
Friday, and that you have another sheet called Summary. I also assume
that the five daily sheets are identical in layout, with a header row
in row 1 and data below that.

To insert a new blank row in each of those 5 sheets, the easiest way
is to group the sheets together first and then do the actions once -
these actions will apply to all grouped sheets. So, select the Monday
sheet, and then hold down the CTRL key while you also select the tabs
for the other daily sheets. The tab colour will change, and you will
see Group in the title bar. Select row 1 of the visible sheet by
clicking on the row identifier, and then click on Insert | Rows. Now
you will have a brand new (blank) row at the top of those sheets.

I assumed earlier that the data to be totalled is in column F, so
position the cursor in F1 and enter this formula:

=SUM(F3:F10000)

Now you need to ungroup the sheets, and the quickest way is to click
on the Summary tab as this is not part of the group. If you now select
any of those daily sheets, you will see a blank row at the top with a
formula in cell F1. If you still have a SUM formula at the bottom of
the data, then you will need to get rid of this on each sheet.

Then you can follow the instructions I gave you earlier.

Hope this helps.

Pete

On Sep 22, 2:57 pm, Stephanie
wrote:
I would love to create another row but I can't because it is an actual
template with excel formulas. I'm not the greatest at this kind of stuff so
if you could maybe go step by step with me?



"Pete_UK" wrote:
I would suggest that you insert one or two new rows at the top of each
of your daily worksheets and have your totals on row 1 - e.g. if it is
column F where the hours are then you could have in F1:


=SUM(F3:F10000)


Then on your summary sheet you would have:


=Monday!F1


=Tuesday!F1


and so on.


Hope this helps.


Pete


On Sep 22, 2:05 pm, Stephanie
wrote:
Help!!!! this what I have. I have a work book with several tabls each tab
represents a week day (example: Monday, Tuesday, and so on) Each day is a
work sheet filled with formulas of time turned into hours worked with a total
cell at the bottom.


What I am trying to do on another work sheet is make a table that say anlong
the top the weeks such as 9/11/09, 9/18/09 and so on with the days of the
week running down the left saying Monday, Tuesday, Wednesday, Thursday and
Friday.


I want the totals from the tabed weekdays to automatical fill into the new
sheet.


Can some one please help me with this????


Thank you- Hide quoted text -


- Show quoted text -



  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Transfering information form one cell to another work sheet

Hi Stephanie,

I don't know what's wrong.

The instructions I gave you were quite clear and the operation should
have taken you a few minutes only. I presume you changed the cell
references in J1 to suit that column?

=SUM(J3:J1000)

Perhaps there is something else you have not told me about your
workbook ??

Pete

On Sep 24, 2:55*pm, Stephanie
wrote:
Ok Pete, sorry it took me so long to get back to you. I followed the
directions but I couldn't get past adding a blank row.

Once I added the blank row and then tried to place to formula in the same
colum as the total cell I received a message box asking if I was trying to
create a formula.

I entered the new blank row on each form and then went to J1 to enter the
formula and it didn't work. The reason I entered the formula in J1 was
because my total is in J35.

What am I doing wrong????



"Pete_UK" wrote:
Okay, I assume you have five sheets called Monday, Tuesday etc to
Friday, and that you have another sheet called Summary. I also assume
that the five daily sheets are identical in layout, with a header row
in row 1 and data below that.


To insert a new blank row in each of those 5 sheets, the easiest way
is to group the sheets together first and then do the actions once -
these actions will apply to all grouped sheets. So, select the Monday
sheet, and then hold down the CTRL key while you also select the tabs
for the other daily sheets. The tab colour will change, and you will
see Group in the title bar. Select row 1 of the visible sheet by
clicking on the row identifier, and then click on Insert | Rows. Now
you will have a brand new (blank) row at the top of those sheets.


I assumed earlier that the data to be totalled is in column F, so
position the cursor in F1 and enter this formula:


=SUM(F3:F10000)


Now you need to ungroup the sheets, and the quickest way is to click
on the Summary tab as this is not part of the group. If you now select
any of those daily sheets, you will see a blank row at the top with a
formula in cell F1. If you still have a SUM formula at the bottom of
the data, then you will need to get rid of this on each sheet.


Then you can follow the instructions I gave you earlier.


Hope this helps.


Pete


On Sep 22, 2:57 pm, Stephanie
wrote:
I would love to create another row but I can't because it is an actual
template with excel formulas. I'm not the greatest at this kind of stuff so
if you could maybe go step by step with me?


"Pete_UK" wrote:
I would suggest that you insert one or two new rows at the top of each
of your daily worksheets and have your totals on row 1 - e.g. if it is
column F where the hours are then you could have in F1:


=SUM(F3:F10000)


Then on your summary sheet you would have:


=Monday!F1


=Tuesday!F1


and so on.


Hope this helps.


Pete


On Sep 22, 2:05 pm, Stephanie
wrote:
Help!!!! this what I have. I have a work book with several tabls each tab
represents a week day (example: Monday, Tuesday, and so on) Each day is a
work sheet filled with formulas of time turned into hours worked with a total
cell at the bottom.


What I am trying to do on another work sheet is make a table that say anlong
the top the weeks such as 9/11/09, 9/18/09 and so on with the days of the
week running down the left saying Monday, Tuesday, Wednesday, Thursday and
Friday.


I want the totals from the tabed weekdays to automatical fill into the new
sheet.


Can some one please help me with this????


Thank you- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -


  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 93
Default Transfering information form one cell to another work sheet

Thank you pete I will try one more time!!!

"Pete_UK" wrote:

Hi Stephanie,

I don't know what's wrong.

The instructions I gave you were quite clear and the operation should
have taken you a few minutes only. I presume you changed the cell
references in J1 to suit that column?

=SUM(J3:J1000)

Perhaps there is something else you have not told me about your
workbook ??

Pete

On Sep 24, 2:55 pm, Stephanie
wrote:
Ok Pete, sorry it took me so long to get back to you. I followed the
directions but I couldn't get past adding a blank row.

Once I added the blank row and then tried to place to formula in the same
colum as the total cell I received a message box asking if I was trying to
create a formula.

I entered the new blank row on each form and then went to J1 to enter the
formula and it didn't work. The reason I entered the formula in J1 was
because my total is in J35.

What am I doing wrong????



"Pete_UK" wrote:
Okay, I assume you have five sheets called Monday, Tuesday etc to
Friday, and that you have another sheet called Summary. I also assume
that the five daily sheets are identical in layout, with a header row
in row 1 and data below that.


To insert a new blank row in each of those 5 sheets, the easiest way
is to group the sheets together first and then do the actions once -
these actions will apply to all grouped sheets. So, select the Monday
sheet, and then hold down the CTRL key while you also select the tabs
for the other daily sheets. The tab colour will change, and you will
see Group in the title bar. Select row 1 of the visible sheet by
clicking on the row identifier, and then click on Insert | Rows. Now
you will have a brand new (blank) row at the top of those sheets.


I assumed earlier that the data to be totalled is in column F, so
position the cursor in F1 and enter this formula:


=SUM(F3:F10000)


Now you need to ungroup the sheets, and the quickest way is to click
on the Summary tab as this is not part of the group. If you now select
any of those daily sheets, you will see a blank row at the top with a
formula in cell F1. If you still have a SUM formula at the bottom of
the data, then you will need to get rid of this on each sheet.


Then you can follow the instructions I gave you earlier.


Hope this helps.


Pete


On Sep 22, 2:57 pm, Stephanie
wrote:
I would love to create another row but I can't because it is an actual
template with excel formulas. I'm not the greatest at this kind of stuff so
if you could maybe go step by step with me?


"Pete_UK" wrote:
I would suggest that you insert one or two new rows at the top of each
of your daily worksheets and have your totals on row 1 - e.g. if it is
column F where the hours are then you could have in F1:


=SUM(F3:F10000)


Then on your summary sheet you would have:


=Monday!F1


=Tuesday!F1


and so on.


Hope this helps.


Pete


On Sep 22, 2:05 pm, Stephanie
wrote:
Help!!!! this what I have. I have a work book with several tabls each tab
represents a week day (example: Monday, Tuesday, and so on) Each day is a
work sheet filled with formulas of time turned into hours worked with a total
cell at the bottom.


What I am trying to do on another work sheet is make a table that say anlong
the top the weeks such as 9/11/09, 9/18/09 and so on with the days of the
week running down the left saying Monday, Tuesday, Wednesday, Thursday and
Friday.


I want the totals from the tabed weekdays to automatical fill into the new
sheet.


Can some one please help me with this????


Thank you- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -





  #11   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 93
Default Transfering information form one cell to another work sheet

You are so smart!!!!! It worked this time, it must have been something I was
doing. Now how do I get those totals to my summary sheet and in the right
order of Monday, Tuesday, Wednesday, ect?

"Pete_UK" wrote:

Hi Stephanie,

I don't know what's wrong.

The instructions I gave you were quite clear and the operation should
have taken you a few minutes only. I presume you changed the cell
references in J1 to suit that column?

=SUM(J3:J1000)

Perhaps there is something else you have not told me about your
workbook ??

Pete

On Sep 24, 2:55 pm, Stephanie
wrote:
Ok Pete, sorry it took me so long to get back to you. I followed the
directions but I couldn't get past adding a blank row.

Once I added the blank row and then tried to place to formula in the same
colum as the total cell I received a message box asking if I was trying to
create a formula.

I entered the new blank row on each form and then went to J1 to enter the
formula and it didn't work. The reason I entered the formula in J1 was
because my total is in J35.

What am I doing wrong????



"Pete_UK" wrote:
Okay, I assume you have five sheets called Monday, Tuesday etc to
Friday, and that you have another sheet called Summary. I also assume
that the five daily sheets are identical in layout, with a header row
in row 1 and data below that.


To insert a new blank row in each of those 5 sheets, the easiest way
is to group the sheets together first and then do the actions once -
these actions will apply to all grouped sheets. So, select the Monday
sheet, and then hold down the CTRL key while you also select the tabs
for the other daily sheets. The tab colour will change, and you will
see Group in the title bar. Select row 1 of the visible sheet by
clicking on the row identifier, and then click on Insert | Rows. Now
you will have a brand new (blank) row at the top of those sheets.


I assumed earlier that the data to be totalled is in column F, so
position the cursor in F1 and enter this formula:


=SUM(F3:F10000)


Now you need to ungroup the sheets, and the quickest way is to click
on the Summary tab as this is not part of the group. If you now select
any of those daily sheets, you will see a blank row at the top with a
formula in cell F1. If you still have a SUM formula at the bottom of
the data, then you will need to get rid of this on each sheet.


Then you can follow the instructions I gave you earlier.


Hope this helps.


Pete


On Sep 22, 2:57 pm, Stephanie
wrote:
I would love to create another row but I can't because it is an actual
template with excel formulas. I'm not the greatest at this kind of stuff so
if you could maybe go step by step with me?


"Pete_UK" wrote:
I would suggest that you insert one or two new rows at the top of each
of your daily worksheets and have your totals on row 1 - e.g. if it is
column F where the hours are then you could have in F1:


=SUM(F3:F10000)


Then on your summary sheet you would have:


=Monday!F1


=Tuesday!F1


and so on.


Hope this helps.


Pete


On Sep 22, 2:05 pm, Stephanie
wrote:
Help!!!! this what I have. I have a work book with several tabls each tab
represents a week day (example: Monday, Tuesday, and so on) Each day is a
work sheet filled with formulas of time turned into hours worked with a total
cell at the bottom.


What I am trying to do on another work sheet is make a table that say anlong
the top the weeks such as 9/11/09, 9/18/09 and so on with the days of the
week running down the left saying Monday, Tuesday, Wednesday, Thursday and
Friday.


I want the totals from the tabed weekdays to automatical fill into the new
sheet.


Can some one please help me with this????


Thank you- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -



  #12   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Transfering information form one cell to another work sheet

In my first post to you I said this:

" ...
Then on your summary sheet you would have:

=Monday!F1

=Tuesday!F1

and so on.
.... "

Obviously you would now have J1 instead of F1, but just put those
formulae where you want to see the results on your summary sheet.

Hope this helps.

Pete


On Sep 24, 7:23*pm, Stephanie
wrote:
You are so smart!!!!! It worked this time, it must have been something I was
doing. Now how do I get those totals to my summary sheet and in the right
order of Monday, Tuesday, Wednesday, ect?



"Pete_UK" wrote:
Hi Stephanie,


I don't know what's wrong.


The instructions I gave you were quite clear and the operation should
have taken you a few minutes only. I presume you changed the cell
references in J1 to suit that column?


=SUM(J3:J1000)


Perhaps there is something else you have not told me about your
workbook ??


Pete


On Sep 24, 2:55 pm, Stephanie
wrote:
Ok Pete, sorry it took me so long to get back to you. I followed the
directions but I couldn't get past adding a blank row.


Once I added the blank row and then tried to place to formula in the same
colum as the total cell I received a message box asking if I was trying to
create a formula.


I entered the new blank row on each form and then went to J1 to enter the
formula and it didn't work. The reason I entered the formula in J1 was
because my total is in J35.


What am I doing wrong????


"Pete_UK" wrote:
Okay, I assume you have five sheets called Monday, Tuesday etc to
Friday, and that you have another sheet called Summary. I also assume
that the five daily sheets are identical in layout, with a header row
in row 1 and data below that.


To insert a new blank row in each of those 5 sheets, the easiest way
is to group the sheets together first and then do the actions once -
these actions will apply to all grouped sheets. So, select the Monday
sheet, and then hold down the CTRL key while you also select the tabs
for the other daily sheets. The tab colour will change, and you will
see Group in the title bar. Select row 1 of the visible sheet by
clicking on the row identifier, and then click on Insert | Rows. Now
you will have a brand new (blank) row at the top of those sheets.


I assumed earlier that the data to be totalled is in column F, so
position the cursor in F1 and enter this formula:


=SUM(F3:F10000)


Now you need to ungroup the sheets, and the quickest way is to click
on the Summary tab as this is not part of the group. If you now select
any of those daily sheets, you will see a blank row at the top with a
formula in cell F1. If you still have a SUM formula at the bottom of
the data, then you will need to get rid of this on each sheet.


Then you can follow the instructions I gave you earlier.


Hope this helps.


Pete


On Sep 22, 2:57 pm, Stephanie
wrote:
I would love to create another row but I can't because it is an actual
template with excel formulas. I'm not the greatest at this kind of stuff so
if you could maybe go step by step with me?


"Pete_UK" wrote:
I would suggest that you insert one or two new rows at the top of each
of your daily worksheets and have your totals on row 1 - e.g. if it is
column F where the hours are then you could have in F1:


=SUM(F3:F10000)


Then on your summary sheet you would have:


=Monday!F1


=Tuesday!F1


and so on.


Hope this helps.


Pete


On Sep 22, 2:05 pm, Stephanie
wrote:
Help!!!! this what I have. I have a work book with several tabls each tab
represents a week day (example: Monday, Tuesday, and so on) Each day is a
work sheet filled with formulas of time turned into hours worked with a total
cell at the bottom.


What I am trying to do on another work sheet is make a table that say anlong
the top the weeks such as 9/11/09, 9/18/09 and so on with the days of the
week running down the left saying Monday, Tuesday, Wednesday, Thursday and
Friday.


I want the totals from the tabed weekdays to automatical fill into the new
sheet.


Can some one please help me with this????


Thank you- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -- 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
transfering information minimoi Excel Worksheet Functions 0 March 9th 09 11:49 PM
Transfering Information Chrissie New Users to Excel 1 October 31st 08 05:56 AM
transfering data from word form to an existing spreadsheet Jose Excel Discussion (Misc queries) 1 October 15th 07 07:56 PM
transfering information from one cell to another garr Excel Worksheet Functions 8 February 21st 05 01:28 AM
Transfering information to the next free cell in a column Chaudfeu Excel Discussion (Misc queries) 1 February 19th 05 07:18 PM


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