- ©«¤l
- 2035
- ¥DÃD
- 24
- ºëµØ
- 0
- ¿n¤À
- 2031
- ÂI¦W
- 0
- §@·~¨t²Î
- Win7
- ³nÅ骩¥»
- Office2010
- ¾\ŪÅv
- 100
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2012-3-22
- ³Ì«áµn¿ý
- 2024-2-1
|
¦^´_ 2# freeffly
½Ð°Ñ¦Ò¥H¤U¤§µ{¦¡½X¡G- Sub Test()
- Dim seasonLineAvg, SeasonLineStDevP As Double
-
- ' =AVERAGE(E2:E62)
- ' =I2+2*STDEVP(E2:E62)
- seasonLineAvg = Application.Average(Range("E2:E62"))
- Sheets("GoldPassbook").Range("I2504").Value = seasonLineAvg
- SeasonLineStDevP = seasonLineAvg + 2 * Application.StDevP(Range("E2:E62"))
- Sheets("GoldPassbook").Range("H2504").Value = SeasonLineStDevP
-
- ' =AVERAGE(E2500:E2560)
- ' =I2500+2*STDEVP(E2500:E2560)
- seasonLineAvg = Application.Average(Range("E2500:E2560"))
- Sheets("GoldPassbook").Range("I2505").Value = seasonLineAvg
- SeasonLineStDevP = seasonLineAvg + 2 * Application.StDevP(Range("E2500:E2560"))
- Sheets("GoldPassbook").Range("H2505").Value = SeasonLineStDevP
- End Sub
½Æ»s¥N½X |
|