+ Reply to Thread
Results 1 to 3 of 3

Optimizing formula for counting average from all cells in column.

  1. #1
    Registered User
    Join Date
    10-03-2010
    Location
    Poland
    MS-Off Ver
    2000 ; 2007
    Posts
    17

    Optimizing formula for counting average from all cells in column.

    Hello.

    My question is about my formula:
    Please Login or Register  to view this content.
    I want to get average,min and max for all cells in column E (except E1 because its a header for table) without counting empty cells (because when i just put average or min,max without if its counting empty cell as 0 and calculations are not accurate, but zeroes can be counted). Is there any way to improve that formula?

    Thanks in advance.

  2. #2
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Optimizing formula for counting average from all cells in column.

    for average try =AVERAGE(IF($E$2:$E$11<>"",$E$2:$E$11))
    for min =MIN(IF($E$2:$E$11>0,$E$2:$E$11))
    for max =MAX(IF($E$2:$E$11>0,$E$2:$E$11))

    change the references as per the data !

    array entered !
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  3. #3
    Registered User
    Join Date
    10-03-2010
    Location
    Poland
    MS-Off Ver
    2000 ; 2007
    Posts
    17

    Re: Optimizing formula for counting average from all cells in column.

    Hello hemesh!

    Thanks for
    Please Login or Register  to view this content.
    . I just changed range to $e:$e. Again thanks!
    Last edited by teh.format; 02-24-2014 at 02:34 PM.

+ 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. Replies: 4
    Last Post: 11-20-2013, 10:16 PM
  2. Average without counting not used cells?
    By Vihral in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-23-2013, 09:08 AM
  3. Replies: 14
    Last Post: 06-14-2013, 09:00 PM
  4. Replies: 4
    Last Post: 04-25-2013, 03:53 AM
  5. Formula for counting text values in column when value is repeated in cells
    By Blubirdjim in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 12-11-2012, 12:36 PM

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