• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Excel spreadsheet end at 1048576 and XFD

life24

Senior member
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 ?
 
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 😕
 
Back
Top