+ Reply to Thread
Results 1 to 3 of 3

Finding the lowest value

  1. #1
    Registered User
    Join Date
    05-18-2012
    Location
    Liverpool
    MS-Off Ver
    Excel 2013
    Posts
    76

    Finding the lowest value

    If the user picks a day i need a formula or macro to return back to the user the file with the lowest number in it on the selected Day so if the user picked Monday the formula would look at all numbers in the column Monday and see file 3 has the lowest value but not return the value but the file name Eg "File 3 is the lowest" in cell i3 The day selector must work from an auto filter.. Excel 2003Filter.xls

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Finding the lowest value

    hi ste67@me.com. because Excel 2003 only allows up to 7 nested levels, you need to separate the formulas into 3 parts. in L1:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    in L2:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    in I2:
    =INDEX(D9:D12,L2)

    it's such a long process because you are using Autofilter. it seems like Data Validation would be a better choice. i did it in the "new" sheet inside. to do Data Validation List, select D2 & press ALT + D + L. select List & use D3:D5 as the source. in I2 is a much shorter formula:
    =INDEX(D9:D12,MATCH(MIN(INDEX(E9:J12,,MATCH(D2,E7:J7,0))),INDEX(E9:J12,,MATCH(D2,E7:J7,0)),0))
    Attached Files Attached Files

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    05-18-2012
    Location
    Liverpool
    MS-Off Ver
    Excel 2013
    Posts
    76

    Re: Finding the lowest value

    Hi benishiryo your nearly there yes your way is better now my table is MONDAY A MONDAY B TUESDAY A TUESDAY B WEDNESDAY A and WEDNESDAY B how do i alter the formula to see the A and Bs also thanks Steve
    Last edited by ste67@me.com; 10-23-2013 at 05:29 PM.

+ 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. Finding the highest or lowest value
    By simonjg in forum Excel General
    Replies: 0
    Last Post: 09-18-2011, 10:39 AM
  2. Excel 2007 : Finding lowest non zero value
    By zitu708 in forum Excel General
    Replies: 2
    Last Post: 06-09-2010, 02:54 AM
  3. Finding Lowest Cost/Vendor
    By nadiaz in forum Excel General
    Replies: 2
    Last Post: 10-24-2007, 11:20 AM
  4. Finding lowest low in a pullback
    By sam mcgee in forum Excel General
    Replies: 1
    Last Post: 01-08-2006, 05:23 PM
  5. [SOLVED] Finding the sum of a row - the lowest 3 values
    By Nathan Carter in forum Excel General
    Replies: 5
    Last Post: 09-20-2005, 04:05 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