Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a serie of about 10000 (or more) rows of numbers in several columns.
These numbers are from a log in a machine and there are lognumbers for every miliseconds. Depending of how long one serie is (how many rows) there are blocks with equal numbers. A long sequens make 32 equal blocks, a shorter one 16 and so on. I have made a test that takes out equal numbers and leave only one left. If there are 32 blocks of equal numbers, the test deletes 31 of them and leave the one in the middle left. This is to prevent to much data in a workbook. My problem is that my test depends on how many numbers are equal in every block. I need to know if there is possible to count equal numbers from the start of the column so I can give the result to the deleting test. ms Log1 Log2 Log3 -1 43,09 38,43 54,76 -0,99 43,09 38,43 54,76 -0,98 43,09 38,43 54,76 -0,97 43,09 38,43 54,76 -0,96 43,09 38,43 54,76 -0,95 43,09 38,43 54,76 -0,94 43,09 38,43 54,76 -0,93 43,09 38,43 54,76 -0,92 44,26 39,58 54,03 -0,91 44,26 39,58 54,03 -0,9 44,26 39,58 54,03 -0,89 44,26 39,58 54,03 -0,88 44,26 39,58 54,03 -0,87 44,26 39,58 54,03 -0,86 44,26 39,58 54,03 -0,85 44,26 39,58 54,03 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count equal numbers as unique numbers | Excel Discussion (Misc queries) | |||
count entries that equal one criteria if another column meets anot | Excel Worksheet Functions | |||
How to check for a date range match in one column and then count thevalues equal to in another | Excel Worksheet Functions | |||
Count number of values equal to MAX of a column | Excel Discussion (Misc queries) | |||
Excel: Which numbers in a column equal a certain number (withou. | Excel Worksheet Functions |