ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

[¤À¨É] (¤À¨É)excelªº¼Ð·Ç®t¤½¦¡À³¥Î

[¤À¨É] (¤À¨É)excelªº¼Ð·Ç®t¤½¦¡À³¥Î

excelªº¼Ð·Ç®t¤½¦¡À³¥Î¡A¥H¦L«×«ü¼Æ¬°¨Ò¡A¸ê®Æ¨Ó·½¬°ptt

ªþÀɦp¤U¡G

¦L¥§¾ú¥v¥[Åv«ü¼Æ.rar (479.66 KB)

¦^´_ 1# yagami12th


    ·Pı®¼¤£¿ùªº
   ¤£¹L³o¦U¦n¹³¥u¦³¨ç¼Æ¨S¦³µ{¦¡½X
   µo¦bµ{¦¡°Ï©Ç©Çªº
¦r¨å¨â¦U¦r ÁÙ¯uÃø²z¸Ñ

TOP

¦^´_ 2# freeffly
½Ð°Ñ¦Ò¥H¤U¤§µ{¦¡½X¡G
  1. Sub Test()
  2.     Dim seasonLineAvg, SeasonLineStDevP As Double
  3.    
  4.     ' =AVERAGE(E2:E62)
  5.     ' =I2+2*STDEVP(E2:E62)
  6.     seasonLineAvg = Application.Average(Range("E2:E62"))
  7.     Sheets("GoldPassbook").Range("I2504").Value = seasonLineAvg
  8.     SeasonLineStDevP = seasonLineAvg + 2 * Application.StDevP(Range("E2:E62"))
  9.     Sheets("GoldPassbook").Range("H2504").Value = SeasonLineStDevP
  10.    
  11.     ' =AVERAGE(E2500:E2560)
  12.     ' =I2500+2*STDEVP(E2500:E2560)
  13.     seasonLineAvg = Application.Average(Range("E2500:E2560"))
  14.     Sheets("GoldPassbook").Range("I2505").Value = seasonLineAvg
  15.     SeasonLineStDevP = seasonLineAvg + 2 * Application.StDevP(Range("E2500:E2560"))
  16.     Sheets("GoldPassbook").Range("H2505").Value = SeasonLineStDevP
  17. End Sub
½Æ»s¥N½X

TOP

        ÀR«ä¦Û¦b : ¤H¥Í¨S¦³©Ò¦³Åv¡A¥u¦³¥Í©Rªº¨Ï¥ÎÅv¡C
ªð¦^¦Cªí ¤W¤@¥DÃD