ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   why is there 256 columns on excel? (https://www.excelbanter.com/excel-discussion-misc-queries/35896-why-there-256-columns-excel.html)

bm

why is there 256 columns on excel?
 
im wondering why there is 256 columns and 65536 rows on microsoft excel/

JE McGimpsey

It was based on memory bytes:

256 = 2^8 or 2*2*2*2*2*2*2*2

8 binary bits, or one byte, can store the integers 0-255 (i.e., 256
numbers).


65536 = 2^16 or 2*2*2*2*2*2*2*2*2*2*2*2*2*2*2*2

16 binary bits, or two bytes, can store the integers 0-65535 (i.e,.
65536 numbers).

So internally, each cell address had a representation that requires
exactly 3 bytes - one for column, and two for row.



In article ,
"bm" wrote:

im wondering why there is 256 columns and 65536 rows on microsoft excel/



All times are GMT +1. The time now is 08:22 PM.

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