+ Reply to Thread
Results 1 to 3 of 3

formula request

  1. #1
    Registered User
    Join Date
    01-07-2007
    Posts
    1

    formula request

    I am looking for a formula for the following -

    I have 49 columns, each with a number within.

    I would like the formula to select the twenty (20) lowest numbers from the 49, and sum them, and show the result in column 50 (or whatever).

    Can anyone assist, please.

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by vk3fm
    I am looking for a formula for the following -

    I have 49 columns, each with a number within.

    I would like the formula to select the twenty (20) lowest numbers from the 49, and sum them, and show the result in column 50 (or whatever).

    Can anyone assist, please.
    Hi,

    in AX1 try

    =SUM(IF(A1:AW1<=SMALL(A1:AW1,20),A1:AW1))

    CSE (Control Shift Enter)

    hth
    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Forum Contributor
    Join Date
    08-19-2006
    Posts
    116
    Quote Originally Posted by vk3fm
    I am looking for a formula for the following -

    I have 49 columns, each with a number within.

    I would like the formula to select the twenty (20) lowest numbers from the 49, and sum them, and show the result in column 50 (or whatever).

    Can anyone assist, please.
    Hi to you too

    You can try this macro:
    Please Login or Register  to view this content.

+ 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