Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello Support,
Is it possible to use a formula across two worksheets. The situation I have is as follows - I have a worksheet that has been producing an average over a column of data. The table has now filled so rather than "tack" further rows onto the table, as it occupies I whole A4 page I have copied the table to another worksheet to keep the data separate, but I need the average to include the data from both worksheets. I hope that all makes sense ? How can I do this if it is at all possible ? -- Steven. In God we trust, all others we virus scan. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=AVERAGE(Sheet1!range,Sheet2!range)
may do what you want. Gord Dibben MS Excel MVP On Sun, 19 Nov 2006 13:01:02 -0800, elusiverunner wrote: Hello Support, Is it possible to use a formula across two worksheets. The situation I have is as follows - I have a worksheet that has been producing an average over a column of data. The table has now filled so rather than "tack" further rows onto the table, as it occupies I whole A4 page I have copied the table to another worksheet to keep the data separate, but I need the average to include the data from both worksheets. I hope that all makes sense ? How can I do this if it is at all possible ? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks for the reply. The single cell where the average is kept has the
formula =SUMIF(H8:H43,"0") / COUNTIF(H8:H43,"0"). It needs to somehow look at worksheet 1 to collect the data from there as well. -- Steven. In God we trust, all others we virus scan. "Gord Dibben" wrote: =AVERAGE(Sheet1!range,Sheet2!range) may do what you want. Gord Dibben MS Excel MVP On Sun, 19 Nov 2006 13:01:02 -0800, elusiverunner wrote: Hello Support, Is it possible to use a formula across two worksheets. The situation I have is as follows - I have a worksheet that has been producing an average over a column of data. The table has now filled so rather than "tack" further rows onto the table, as it occupies I whole A4 page I have copied the table to another worksheet to keep the data separate, but I need the average to include the data from both worksheets. I hope that all makes sense ? How can I do this if it is at all possible ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|