VBA Array formula help

gt213

Board Regular
Joined
Jul 5, 2016
Messages
61
I have the below array formula in a spreadsheet that i am currently updating so that most of the data is stored in VBA Arrays rather than in cells. I'm having trouble with this array formula.

Rather than having the source data in D4:LasTRow2,LCol2 it is now in a 2d array called SA_Corr which is (1 To c, I To c) in size.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Hello,

Looks like you forgot to copy your array formula ...
 
Upvote 0
Ah Yes, thank you.

Here it is:
ws2.Cells(3, 1).FormulaArray = "=STDEV(IF(ROW(D4:" & LCol2 & LastRow2 & ")>COLUMN(D4:" & LCol2 & LastRow2 & "),D4:" & LCol2 & LastRow2 & "))"
 
Upvote 0

Forum statistics

Threads
1,214,639
Messages
6,120,679
Members
448,977
Latest member
dbonilla0331

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top