Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, group,
I'm interested in knowing the lowest count of non-zero numbers in any column on my sheet. Columns are from B through I. Actually, I want to add 1 to the low count - because of the header row. Using ordinary functions I did it this way: =MIN(COUNTIF(B:B,"0"),COUNTIF(C:C,"0"),COUNTIF(D :D,"0"),COUNTIF(E:E,"0"),COUNTIF(F:F,"0"),COUNT IF(G:G,"0"),COUNTIF(H:H,"0"),COUNTIF(I:I,"0"))+ 1 The columns look like this: 21-Nov-08 43.44% 159.59% 12.32% 242.42% 76.30% 112.34% 27.79% 219.12% 20-Nov-08 42.15% 167.40% 11.57% 260.63% 69.85% 127.98% 24.91% 248.27% 19-Nov-08 47.22% - 14.33% 221.28% 100.00% 100.00% 29.06% 219.12% 18-Nov-08 52.74% - 18.36% 182.31% - - 32.28% 197.03% 17-Nov-08 53.52% - 18.74% 179.29% - - 32.04% 200.40% 14-Nov-08 57.16% - 20.74% 163.84% - - 33.32% 191.11% (The dashes are zero-values.) Column C above has 2 non-zero values. It's the lowest columnar count across the sheet. That's what I want to know. So my question is: is there a better, as in more efficient, way to do this? For example, I could search for the row number of the first zero-value using MATCH. I don't know if that would be faster or better, but my instinct says it would be slower. But maybe some cross-range way would be better rather than doing each column at a time. Thanks for any ideas! Sarah |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding lowest price | Excel Worksheet Functions | |||
Finding the Lowest Exam Grade | Excel Worksheet Functions | |||
Finding the lowest value according to multiple criteria | Charts and Charting in Excel | |||
Finding lowest low in a pullback | Excel Discussion (Misc queries) | |||
Finding the average by dropping the lowest | Excel Worksheet Functions |