• About Me
  • Visual Basic Code For Excel
  • Calculators & Formula Generators
  • My Old Photo Blog

Excel Formula For Week Ending/Bi Weekly

Published February 19, 2013 at 7:41 pm - No Comments

Quick excel formula I wanted to share with you guys: Lets say your date values were in column C2. To find the correct week ending/starting date, use the following formula in A2: Week Ending (Monday) =C2+7-WEEKDAY(C2) (NEED TO FIX) Week Starting (Monday) =C3-WEEKDAY(C3,3) You may need to add an additional value after the C2 depending [...]

Find Statistical Significance in Excel for A/B Ad Copy or Landing Page Tests

Published January 28, 2013 at 10:00 pm - No Comments

Below returns the P-Value. Since tests are two tailed, a .95 is equivalent to .05 (it just depends on which order you enter the data). To use this formula, visit How to Install VBA Macros in Excel. After you have installed it, go back to your worksheet and type =SignificantTest(A1,A2,B1,B2) where: A1 = Impressions for [...]

Latest Articles

Latest Articles from the Blog

Me.