You first should clear why "352", must be a typo; it surely was supposed to mean 252.
And: you should know what you are calculating
Do you want to calc
1) the possible 1SD price range (ie. for -1SD and for +1SD), or
2) the theoretical price of the Call or Put option?
B/c if your current stock price is 201.48 and you calculate something like 4.95, 4.78, 5.70, 5.48 etc, then this never can be the result for #1, it rather must be the theoretical option price (#2). But for that you are not using the correct formula: for it Black-Scholes must be used.
IMO, you have totally messed up, man
My advice: use a real programming language, not such a spreadsheet "language" like Excel or such crap![]()
Yeah changed that...don't know why I keep typing 352...anyway if I messed up then so did tos and I think they know how to calculate SD.

I have dabbled in php but not anything else. Are you api the data for the script or have to manually add it in?
the DBL_EPSILON stuff means just to make it slightly > 0, ie. to avoid <= 0 (b/c otherwise NaN or DivByZero can happen)
on google sheets you just need iferror(
