Results 1 to 3 of 3

Need formula to draw out minimum values

Threaded View

  1. #3
    Valued Forum Contributor Melvinrobb's Avatar
    Join Date
    06-19-2012
    Location
    Manitoba, Canada
    MS-Off Ver
    Excel 2013
    Posts
    1,128

    Re: Need formula to draw out minimum values

    Thanks for the help dan.
    I really wanted the table to autofill, and was finally able to use a formula I got from another forum Thread to draw out unique values from a list.
    I typed the following explanation up before I finally realized how to attach the file to this reply, so either read below or view the file to see how I accomplished this.

    First I inserted two columns in front of column C.
    I inserted the following formula in D10 and dragged down:
    Formula: copy to clipboard
    =E10&G10

    I inserted the following formula in C55 and dragged down (don't ask me how it works... I just copied it off of another forum. Make sure to use Shift-Ctrl-Enter!):
    Formula: copy to clipboard
    =IF(ROWS($D$10:D10)<=SUM(IF($D$10:$D$50="","",1/COUNTIF($D$10:$D$50,$D$10:$D$50))),INDEX(D:D,SMALL(IF(IF(ISERROR(ROW($D$10:$D$50)-6=MATCH($D$10:$D$50,$D$10:$D$50,0)),FALSE,ROW($D$10:$D$50)-9=MATCH($D$10:$D$50,$D$10:$D$50,0)),ROW($D$10:$D$50),""),ROWS($D$10:D10))),"")

    I used vlookup formulas in column E and G for Table 2:
    Formula: copy to clipboard
    =VLOOKUP($C55,$D$10:$W$49,2,FALSE)
    and
    Formula: copy to clipboard
    =VLOOKUP($C55,$D$10:$W$49,4,FALSE)
    respectively.
    I finally used this formula in cell I55 and dragged down (Shift-Ctrl-Enter!):
    Formula: copy to clipboard
     =MIN(IF($D$10:$D$49=$C55,$U$10:$U$49))


    I think it will work perfectly!
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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