Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default What is the maximum number of unique strings in Excel 2003

Hi,

What is the maximum number of unique strings in Excel 2003?

I have estimated it as 2^23-128-1 = 8,388,479.

Is that correct?

John.
--

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default What is the maximum number of unique strings in Excel 2003

I don't agree with yoiu formula or answer.

L = Longest length string
N = Number of different characters

Answer = N^L

There are a possiblilty of 256 ASCII characters. You havve to count which
charracters you arre using.

On a worksheet you can see up to 256 characters, but the string length can
be 32K.

" wrote:

Hi,

What is the maximum number of unique strings in Excel 2003?

I have estimated it as 2^23-128-1 = 8,388,479.

Is that correct?

John.
--


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default What is the maximum number of unique strings in Excel 2003

Wrong:

Just 5 character string of alphabetics is:

=26 * 36 * 26 * 26 *26

11,881,376

--
Gary''s Student - gsnu2007a


" wrote:

Hi,

What is the maximum number of unique strings in Excel 2003?

I have estimated it as 2^23-128-1 = 8,388,479.

Is that correct?

John.
--


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default What is the maximum number of unique strings in Excel 2003

On Oct 31, 10:16 am, wrote:
What is the maximum number of unique strings in Excel 2003?


Given the initial replies, I should clarify:

What is the maximum number of unique strings *supported by* Excel
2003?

Adding more than 8,388,479 unique strings appears to make Excel crash.

John.
--


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default What is the maximum number of unique strings in Excel 2003

Hi John,
There is no published limit. I suppose that, like many other "limits" one could think of, it depends on how you create them
(formulas? Import? manual entering?) and available memory.
But I downloaded a workbook containing the complete King James' Bible:
http://j-walkblog.com/index.php?/web...ible_in_excel/

You might want to try and explain what you're trying to achieve and what behavior of Excel won't let you

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


wrote in message ups.com...
| On Oct 31, 10:16 am, wrote:
| What is the maximum number of unique strings in Excel 2003?
|
| Given the initial replies, I should clarify:
|
| What is the maximum number of unique strings *supported by* Excel
| 2003?
|
| Adding more than 8,388,479 unique strings appears to make Excel crash.
|
| John.
| --
|
|




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default What is the maximum number of unique strings in Excel 2003

On Oct 31, 12:52 pm, "Niek Otten" wrote:
Hi John,
There is no published limit. I suppose that, like many other "limits" one could think of, it depends on how you create them
(formulas? Import? manual entering?) and available memory.
But I downloaded a workbook containing the complete King James' Bible:http://j-walkblog.com/index.php?/web...ible_in_excel/

You might want to try and explain what you're trying to achieve and what behavior of Excel
won't let you



Hi,

There isn't any real world application for this. I was just curious if
this is a known limit. It isn't mentioned is the usual "Excel
specifications and limits".

BTW, that copy of the King James Bible has only 62,018 unique
strings. :-)

John.
--

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 - Maximum number of characters a cell can contain? Lenny Excel Discussion (Misc queries) 1 April 8th 10 06:25 PM
Maximum number of rows in a excel 2003 work sheet Glinty New Users to Excel 9 September 5th 07 05:24 PM
How to find number of pairs of strings from list of strings? greg_overholt Excel Worksheet Functions 5 January 27th 06 10:42 PM
Maximum number of worksheets in Excel 2003 Josh Sale Excel Programming 1 January 9th 06 04:51 PM
how to increase maximum number of columns in excel 2003 [email protected] Excel Discussion (Misc queries) 1 January 16th 05 08:13 PM


All times are GMT +1. The time now is 11:33 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"