ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   I need more columns (https://www.excelbanter.com/excel-discussion-misc-queries/4460-i-need-more-columns.html)

dilbert

I need more columns
 
What if you need more than 256 columns?
I cannot link the worksheet pages either because I am averaging the numbers

Myrna Larson

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



Myrna Larson

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



Harlan Grove

"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.




All times are GMT +1. The time now is 02:52 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com