Re: why is there 256 columns on excel?
- From: JE McGimpsey <jemcgimpsey@xxxxxxxx>
- Date: Mon, 18 Jul 2005 18:19:52 -0600
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 <F688A76A-2919-404D-85AE-9276AAA3AD17@xxxxxxxxxxxxx>,
"bm" <bm@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> im wondering why there is 256 columns and 65536 rows on microsoft excel/
.
- References:
- why is there 256 columns on excel?
- From: bm
- why is there 256 columns on excel?
- Prev by Date: Re: Number range function
- Next by Date: Re: Number range function
- Previous by thread: why is there 256 columns on excel?
- Next by thread: Is there a small business time and material invoice template?
- Index(es):
Relevant Pages
|