Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I have an array I a range of cells I neeed to fill individually
with array formulas, BUT, I this is a seperate array formula for each cell, (=SUMPRODUCT(Normalised!$A1:$W1,TRANSPOSE(Pcomps!A $2:A$24)) if you must know) using the range.formulaarray property in VBA, just assigns the same formula to the entire range, which is fine for most array formulas but for mine I want the relative references to be usesd. I can achieve the desired result using a for next loop, but its very slow (this is a big range 3,000*30 ish) are there anyways to get the relative references to be recognised as they would be if using the range.formula property??? thanks for any ideas.. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sum Array Range & Individual Cells | Excel Discussion (Misc queries) | |||
Entering an array formula | Excel Worksheet Functions | |||
entering formula in a numeric array | Excel Discussion (Misc queries) | |||
entering as an array | Excel Discussion (Misc queries) | |||
Entering Array Functions | Excel Discussion (Misc queries) |