+ Reply to Thread
Results 1 to 8 of 8

How to find and present the minimum value from a series of data

  1. #1
    Registered User
    Join Date
    05-16-2011
    Location
    Thessaloniki, GREECE
    MS-Off Ver
    Excel 2010
    Posts
    6

    How to find and present the minimum value from a series of data

    Hi All

    I have a column of descriptions (one in each row) and next to it another column with values through formulas.

    Cell A1 to A(n): Name of Providers, Programs
    Cell B1 to B(n): Cost of Programs (value in every cell is calculated on the basis of the Program parametres

    I can use the "MINA" function to find the minimum value and present it at a certain cell, but:

    1. How can I present the description corresponding (Provider, Program) to the min value, before or next to it (the min value) ?
    2. What if there are two or more equal ones? (Would be good to present all equals).

    Thank you in advance.

    Constantine

  2. #2
    Registered User
    Join Date
    05-13-2011
    Location
    New Zealander in London
    MS-Off Ver
    Excel 2007
    Posts
    74

    Re: How to find and present the minimum value from a series of data

    You can always try this, though if there is more than one with the same minimum value, it will only return the first one:
    Please Login or Register  to view this content.

  3. #3
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: How to find and present the minimum value from a series of data

    @tarquinious
    INDEX() and MATCH() would be preferable to INDIRECT().

    So:

    =INDEX(A:A,MATCH(MIN(B:B),B:B,0))

    @papgas
    Are you sure you want MINA() and not MIN()? If so replace the MIN() above.
    The above also finds only the first match.
    Upload a small sample file so we can advise you on best way to match more than 1.

  4. #4
    Registered User
    Join Date
    05-16-2011
    Location
    Thessaloniki, GREECE
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: How to find and present the minimum value from a series of data

    [QUOTE=
    Upload a small sample file so we can advise you on best way to match more than 1.[/QUOTE]

    Attached please find the file I am working with.
    If it is still Greek to you, let me know what more is required and I shall see to it.

    Thank you again for your time.

    Yours,
    Constantine

    PS. I will not be able to respond before Tuesday 24, May
    Attached Files Attached Files
    Last edited by papgas; 05-18-2011 at 08:07 PM. Reason: Add PS

  5. #5
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: How to find and present the minimum value from a series of data

    I don't see any correlation between your "small sample file" and your original request.

  6. #6
    Registered User
    Join Date
    05-16-2011
    Location
    Thessaloniki, GREECE
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: How to find and present the minimum value from a series of data

    Quote Originally Posted by Cutter View Post
    I don't see any correlation between your "small sample file" and your original request.
    Please, open the file that I uploaded. It is not my "small sample file" but the actual one.
    The first two sheets have comments to help you better understand what all is about.

    Go to the second sheet "Summary Table" and check the last comment there.
    That comment tags some shells where I want to present name of Provider and name of Program that suits best (i.e. is the cheapest) to the consumer's profile as entered at the top of the first sheet "Enter Your data, Here!", and next to Provider's name and Program, the cost for kWhs consumed (kWhs that have been entered).
    Names and costs to be presented are picked up from the list above.

    So, what I am asking your help for is, to show me how to select the least cost or least equal costs and present it/them, together with the Name/s of the Provider/s and the name of the Provider's program/s that correspond to the least cost or costs (if more than one happen to have the same cost).

    I apologise for my poor phrasing and misuse of words that led you not to see any correlation, but English is my fifth tongue (Greek is my mother one).

    Thank you again for your time.

    Yours,
    Constantine

  7. #7
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: How to find and present the minimum value from a series of data

    suggest you actually have a table that can be referenced without any clutter.i take it its the hidden table
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  8. #8
    Registered User
    Join Date
    05-16-2011
    Location
    Thessaloniki, GREECE
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: How to find and present the minimum value from a series of data

    Quote Originally Posted by martindwilson View Post
    suggest you actually have a table that can be referenced without any clutter.i take it its the hidden table
    OK.
    The "Hidden Table" was the initial one for presentation of all programs and relevant costs and the user could come to a result by entering consumptions made both on a 4-month basis and/or, preferably, on a year basis (since the year round consumption covers all seasonal variations).

    I would be quite happy if you could come up with a formula for any of the sub-tables together with restrictions on the usage of formula, if any.

    Thank you for your time.

    Yours,
    Constantine

+ 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