Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Your output array should be defined as follows
Dim xymat(0, 1) As Varian Then xymat(0, 0) = mean1 + x * sd1 xymat(0, 1) = mean2 + y * sd An Range("Left cell address") = xymat |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a List Output from a Horizontal Array Input | Excel Worksheet Functions | |||
Prevent cell/array references from changing when altering/moving thecell/array | Excel Discussion (Misc queries) | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
customise array formula output | Excel Discussion (Misc queries) | |||
Getting output from an excel output back to cscript.. | Excel Programming |