Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Im trying to figure out why:
Dim j As Variant, x As Variant, k as variant Dim arr(15) As Single For x = 1 To 15 arr(j) = 5 j = j + 1 Next x j = Application.WorksheetFunction.Average(arr) k = Application.WorksheetFunction.StDev(arr), does not return the expected results of 5 and 0. I get 4.68 and 1.25. Any Ideas. Regards Robert |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A formula to AVERAGE IF but only average a set number of values | Excel Worksheet Functions | |||
Find monthly average but have average automatically configured | Excel Discussion (Misc queries) | |||
Error Handling #N/A with AVERAGE Function - Average of values in Row | Excel Worksheet Functions | |||
Weighed Average of a weiged average when there are blanks | Excel Discussion (Misc queries) | |||
how does one convert text to a formula "average(A:A)" to =average( | Excel Worksheet Functions |