Is there a way to calculate a STDEV in Excel without having to enter the result in an excel cell.
At present the best I can do is
tell application “Microsoft excel”
Set Formula of cell (“G20”) to “=STDEV.S(G3:G12)”
Set CheckF to value of cell (“G20”)
Set value of cell(“G2-“) to “‘
End tell
Thanks