Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do multiply 2 arrays to generate another array. Say
Dim one as integer Dim two as integer Dim three as integer one = range ("a1:a10").value two = range ("b1:b10").value So is it three = one.value * two.value?? -- Thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have a look at the help index for SUMPRODUCT
-- Don Guillett SalesAid Software "Daviv" wrote in message ... How do multiply 2 arrays to generate another array. Say Dim one as integer Dim two as integer Dim three as integer one = range ("a1:a10").value two = range ("b1:b10").value So is it three = one.value * two.value?? -- Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Complex conditional summing - array COUNT works, array SUM gives#VALUE | 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 | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming |