Results 1 to 5 of 5

Return highest value, except from one cell i same column

Threaded View

  1. #1
    Forum Contributor
    Join Date
    03-09-2010
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2003
    Posts
    173

    Return highest value, except from one cell i same column

    Hello!

    Do anyone of you know how to return the highest value from a column, excluding value in one cell?

    The adress are defined in the macro:
    Adress2 = c3
    Adress1=c24
    Adress0 = c6


            Set WorkRange = Range(adress2, adress1) 'exclude adress0
            MaxVal = Application.Max(WorkRange)
    Last edited by Hjahren; 10-26-2010 at 10:12 AM.

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