I have a line of code that inserts a formula based upon a changing array of values:
This sets up the cell to calculate the standard deviation, however, I am looking to calculate to _4_ standard devations.![]()
Worksheets("Graph Data").Range("H2") = "=STDEV('" & BHP & "'!" & Ananumber & "$4:" & Ananumber & "$" & totals + 4 & ")*4"
Is there a way for excel to calculate to 4 standard deviations, or am I looking at quite a long and complicated piece of code?
Cheers for your help
Nathan
Bookmarks