Results 1 to 8 of 8

Calculating value for maximum consecutive value

Threaded View

than_k22 Calculating value for maximum... 07-25-2010, 06:54 PM
rethguals Re: Calculating value for... 07-25-2010, 10:36 PM
than_k22 Re: Calculating value for... 07-26-2010, 01:07 AM
rethguals Re: Calculating value for... 07-26-2010, 03:25 AM
DonkeyOte Re: Calculating value for... 07-26-2010, 04:30 AM
DonkeyOte Re: Calculating value for... 07-26-2010, 04:40 AM
than_k22 Re: Calculating value for... 07-26-2010, 08:00 AM
than_k22 Re: Calculating value for... 10-15-2010, 01:08 PM
  1. #1
    Registered User
    Join Date
    07-25-2010
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    12

    Post Calculating value for maximum consecutive value

    Hi

    I use MS 2007. I try to create formula to find the average of maximum consecutive value. According to my sample, I would like to get the average of maximum consecutive value from range a:p ;

    PHP Code: 
    To give more ideathe example is
             a  b  c  d  e  f  g h  i   k  l  m  n  o  p               q             r
    firm                                                                maxyr       avr
    xxxx   1   2  0  0  5  2  3  9 0  0  0  3   4 5   0                 4         
    (5+2+3+9)/4
    xxxy   0   0  0   4  3 0  0  0 4  5  0  0   0 0   0                 2         
    ((4+3)/2) +((4+5)/2)
    xxxz   0   5  2   4  5 3  0  0  0 6  7  0   0  0  0                 5         (5+2+4+5+3)/

    How to get the formula for column r? Any help will be appreciated.

    Note: I also attach my original excel file. In this original file, I would like to get the formular for column AM (AvrMx)
    Attached Files Attached Files
    Last edited by than_k22; 07-25-2010 at 07:01 PM.

Thread Information

Users Browsing this Thread

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

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