Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
? 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
.... 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
challenge! javascript function into excel function | Excel Worksheet Functions | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions | |||
Nested IF Function, Date Comparing, and NetworkDays Function | Excel Worksheet Functions |