+ Reply to Thread
Results 1 to 2 of 2

Adding a list of numbers, dropping the lowest number first.

  1. #1
    Registered User
    Join Date
    04-19-2014
    Location
    home
    MS-Off Ver
    Excel 2000
    Posts
    5

    Adding a list of numbers, dropping the lowest number first.

    I have a column with 4 randomly generated numbers. What I want to do is take the numbers, drop the lowest of the four and add the other 3 together.
    Is there a VBS are a fx formula that anyone knows that can help me on this.
    Thanks in advance.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Adding a list of numbers, dropping the lowest number first.

    Hi and welcome to the forum

    If your data is in A1:A4, try this...
    =SUM(A1:A4)-SMALL(A1:A4,1)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. [SOLVED] row number of the "lowest value" in a list of numbers
    By platinumeazy in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-12-2013, 12:41 AM
  2. Dropping Lowest Grade
    By PuneetRaman in forum Excel General
    Replies: 8
    Last Post: 11-15-2010, 07:50 AM
  3. Replies: 3
    Last Post: 02-19-2010, 08:19 PM
  4. Average while dropping the lowest number?
    By Jeremiahm in forum Excel General
    Replies: 9
    Last Post: 09-07-2006, 05:04 PM
  5. Dropping the lowest score from a gradebook
    By Stockeyd in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-08-2006, 10:15 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