+ Reply to Thread
Results 1 to 4 of 4

Return lowest figure from three columns

  1. #1
    Registered User
    Join Date
    11-21-2012
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    51

    Return lowest figure from three columns

    Hi,

    I have numbers in A1, B1, C1. What formula do I use in D1, to return the lowest number found in A1, B1, C1?

    Kind regards

    Ben

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Return lowest figure from three columns

    Try:

    =MIN(A1:C1)

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,366

    Re: Return lowest figure from three columns

    Try

    =MIN(A1:C1)

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Return lowest figure from three columns

    FYI, you can also use =SMALL(A1:C1,1)

    If you want to find the nth smallest, change 1 to n.

+ 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: 12
    Last Post: 12-19-2017, 12:08 PM
  2. [SOLVED] macro to lookup two dates and return figure in corresponding month columns
    By tiger01 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-11-2013, 02:55 AM
  3. [SOLVED] How to return the lowest value of a series of columns when matching a record
    By Ozzy24 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-10-2013, 01:36 AM
  4. Replies: 4
    Last Post: 11-06-2012, 01:13 AM
  5. show highest and lowest figure in a range
    By nigelog in forum Excel General
    Replies: 5
    Last Post: 10-13-2008, 12:50 PM
  6. [SOLVED] COLORING LOWEST FIGURE IN A RANGE
    By markstro in forum Excel General
    Replies: 2
    Last Post: 05-19-2006, 02:50 PM
  7. [SOLVED] COLORING LOWEST FIGURE IN A RANGE
    By markstro in forum Excel General
    Replies: 1
    Last Post: 05-18-2006, 10:22 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