Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
What if you need more than 256 columns?
I cannot link the worksheet pages either because I am averaging the numbers |
#2
![]() |
|||
|
|||
![]()
256 is the limit in Excel.
You can write an average formula, though it's more work, e.g. =SUM(Sheet1!A1:A500,Sheet2!A1:A500)/COUNT(Sheet1!A1:A500,Sheet2!A1:A500) On Sat, 22 Jan 2005 09:57:04 -0800, "dilbert" wrote: What if you need more than 256 columns? I cannot link the worksheet pages either because I am averaging the numbers |
#3
![]() |
|||
|
|||
![]()
In fact you don't need to "roll your own" average. this formula also works:
=AVERAGE(Sheet1!A1:A500,Sheet2!A1:A500) On Sat, 22 Jan 2005 12:14:56 -0600, Myrna Larson wrote: 256 is the limit in Excel. You can write an average formula, though it's more work, e.g. =SUM(Sheet1!A1:A500,Sheet2!A1:A500)/COUNT(Sheet1!A1:A500,Sheet2!A1:A500) On Sat, 22 Jan 2005 09:57:04 -0800, "dilbert" wrote: What if you need more than 256 columns? I cannot link the worksheet pages either because I am averaging the numbers |
#4
![]() |
|||
|
|||
![]()
"Myrna Larson" wrote...
In fact you don't need to "roll your own" average. this formula also works: =AVERAGE(Sheet1!A1:A500,Sheet2!A1:A500) .... And if Sheet1 and Sheet2 were adjacent, =AVERAGE(Sheet1:Sheet2!A1:A500) would also work. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to increase maximum number of columns in excel 2003 | Excel Discussion (Misc queries) | |||
Columns in Excel will not allow user to click in them | Excel Discussion (Misc queries) | |||
Counting the Contents of Two Columns | Excel Discussion (Misc queries) | |||
interchange columns with rows | Excel Discussion (Misc queries) | |||
How can I find the common names in two columns of names? | Excel Discussion (Misc queries) |