Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dirk wrote:
For i = 1 To no rn.Cells(i, 2) = WorksheetFunction.Frequency(rg, rn.Cells(i, 1)) Next i frequency returns an array, not a single number. You can't use it that way. There will be no loop. I tried to describe range using "i" and "no", but you can simplify it. i = 1 range (cells(i,2),cells(no,2)).formulaArray = worksheetfunction.frequency (rg, range(cells(i,1),cells(no,1)) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IQR of a frequency | Excel Worksheet Functions | |||
Frequency | Excel Worksheet Functions | |||
Frequency | Excel Worksheet Functions | |||
histograms - frequency and relative frequency? | Excel Discussion (Misc queries) | |||
frequency | Excel Discussion (Misc queries) |