#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default FUNCTION ?

? to the experts
In a workbook I have 1000 A1 to A1000 cells each has a 4 digit number
example A1=2313, A2=9876 A3=9144 and so on .
What formula or procedure can I use to determine the frequency of the first
digit of neach number of each cell?
thx
joseph robert
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default FUNCTION ?

One way:

Take a look at the FREQUENCY function in XL Help.

E.G., Array-enter (CTRL-SHIFT-ENTER or CMD-RETURN) into a range of 10
cells:

=FREQUENCY(A1:A1000,{0,1000,2000,3000,4000,5000,60 00,7000,8000,9000})






In article ,
joseph robert wrote:

? to the experts
In a workbook I have 1000 A1 to A1000 cells each has a 4 digit number
example A1=2313, A2=9876 A3=9144 and so on .
What formula or procedure can I use to determine the frequency of the first
digit of neach number of each cell?
thx
joseph robert

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default FUNCTION ?

.... or should it be
=FREQUENCY(A1:A1000,{999,1999,2999,3999,4999,5999, 6999,7999,8999})
(only 9 elements in the second array if using only 10 cells, & 999 rather
than 1000 because it looks for values less than OR EQUAL TO the specified
element)?
--
David Biddulph
"JE McGimpsey" wrote in message
...
One way:

Take a look at the FREQUENCY function in XL Help.

E.G., Array-enter (CTRL-SHIFT-ENTER or CMD-RETURN) into a range of 10
cells:

=FREQUENCY(A1:A1000,{0,1000,2000,3000,4000,5000,60 00,7000,8000,9000})

In article ,
joseph robert wrote:

? to the experts
In a workbook I have 1000 A1 to A1000 cells each has a 4 digit number
example A1=2313, A2=9876 A3=9144 and so on .
What formula or procedure can I use to determine the frequency of the
first
digit of neach number of each cell?
thx
joseph robert



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
challenge! javascript function into excel function Kamila Excel Worksheet Functions 2 February 19th 07 06:35 AM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM
Nested IF Function, Date Comparing, and NetworkDays Function carl Excel Worksheet Functions 2 December 29th 04 09:57 PM


All times are GMT +1. The time now is 09:50 PM.

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

About Us

"It's about Microsoft Excel"