Excel spreadsheet end at 1048576 and XFD

life24

Senior member
Mar 25, 2014
283
0
76
Hello,
Can you explain XFD is 14bit? How calculate it?
How much space each letter is?
Why first letter end at X and second end at F and third to D ?
I can't understand it,Columns.Count = 2^14
But A through X is 27 , A through F is 6 and A through D is 4.
27*6*4 = 647 Possible permutations
Why 2^14 ?
 

sweenish

Diamond Member
May 21, 2013
3,656
60
91
Because you're counting it completely wrong.

It'd be really easy to just yourself, anyway.
 

cabri

Diamond Member
Nov 3, 2012
3,616
1
81
Hello,
Can you explain XFD is 14bit? How calculate it?
How much space each letter is?
Why first letter end at X and second end at F and third to D ?
I can't understand it,Columns.Count = 2^14
But A through X is 27 , A through F is 6 and A through D is 4.
27*6*4 = 647 Possible permutations
Why 2^14 ?

Given that there are 26 characters in the alphabet; how can X be 27 :confused: