+ Reply to Thread
Results 1 to 2 of 2

Average, Min or Max Dependant on Criteria in Seperate Column

  1. #1
    Registered User
    Join Date
    08-02-2007
    Posts
    3

    Average, Min or Max Dependant on Criteria in Seperate Column

    Hi All

    I am trying to AVE MIN and MAX values in a column based on what appears in another column.
    The coding below is what I'm using but it either shows false or gives the answer but is outside the criteria. i.e. it's the column AVE MIN MAX rather than the criteria AVE MAX MIN.
    Can anyone help
    Thanks in advance
    nld
    Please Login or Register  to view this content.

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    how about (array entered)

    =MIN(IF($E$13:$E$490>"",$G$13:$G$490,""))
    =MAX(IF($E$13:$E$490>"",$G$13:$G$490,""))
    =AVERAGE(IF($E$13:$E$490>"",$G$13:$G$490,""))

    rylo

+ Reply to Thread

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