+ Reply to Thread
Results 1 to 3 of 3

Conditional Running Average Separate Column

Hybrid View

Halo Conditional Running Average... 10-14-2008, 07:58 PM
sglife I think this is what you need... 10-14-2008, 08:36 PM
Halo Thats exactley what I needed... 10-14-2008, 09:30 PM
  1. #1
    Valued Forum Contributor
    Join Date
    08-26-2008
    Location
    singapore
    Posts
    626
    I think this is what you need


    I2=IF(H2=0,0,SUMPRODUCT(($D$2:$D2="W")*($C$2:$C2<>"Joe Louis Arena"))/H2)
    J2=IF(G2=0,0,SUMPRODUCT(($D$2:$D2="W")*($C$2:$C2="Joe Louis Arena"))/G2)
    K2=COUNTIF($D$2:$D2,"w")/COUNTA($D$2:$D2)
    I need your support to add reputations if my solution works.


  2. #2
    Registered User
    Join Date
    10-14-2008
    Location
    Oakland County, MI
    Posts
    2
    Thats exactley what I needed thank you!

    What about maybe a running average of the past 15 games. How would one do that?

    Quote Originally Posted by sglife View Post
    I think this is what you need


    I2=IF(H2=0,0,SUMPRODUCT(($D$2:$D2="W")*($C$2:$C2<>"Joe Louis Arena"))/H2)
    J2=IF(G2=0,0,SUMPRODUCT(($D$2:$D2="W")*($C$2:$C2="Joe Louis Arena"))/G2)
    K2=COUNTIF($D$2:$D2,"w")/COUNTA($D$2:$D2)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Macro for coding an action based on 3 columns of information
    By chozen86 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-31-2008, 10:44 PM
  2. conditional format one column
    By Mile029 in forum Excel General
    Replies: 4
    Last Post: 04-14-2008, 04:55 PM
  3. VBA; find string and copy
    By Bill Rudd in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 03-06-2008, 10:41 PM
  4. How to separate a column into two?
    By Cherish2007 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-13-2007, 09:10 AM
  5. Separate column after first space
    By peter233 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-18-2006, 10:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1