Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() I have a list of names in Column A and in Column B is a number that corrospondes to the name. The name may appear more than once. In column D is a list of th unique names in column E i would like a formula that auto puts the minimum number corrosponding to the name. In Column F i would like a formula to auto put in the max value that corrospondes with that name. Hope not to confusing, Can anyone help? -- ceemo ------------------------------------------------------------------------ ceemo's Profile: http://www.excelforum.com/member.php...o&userid=10650 View this thread: http://www.excelforum.com/showthread...hreadid=394272 |
#2
![]() |
|||
|
|||
![]()
=MIN(IF(A1:A100=D1,B1:B100))
which is an array formula, so commit with Ctrl-Shift-Enter I'll leave you to figure the other -- HTH Bob Phillips "ceemo" wrote in message ... I have a list of names in Column A and in Column B is a number that corrospondes to the name. The name may appear more than once. In column D is a list of th unique names in column E i would like a formula that auto puts the minimum number corrosponding to the name. In Column F i would like a formula to auto put in the max value that corrospondes with that name. Hope not to confusing, Can anyone help? -- ceemo ------------------------------------------------------------------------ ceemo's Profile: http://www.excelforum.com/member.php...o&userid=10650 View this thread: http://www.excelforum.com/showthread...hreadid=394272 |
#3
![]() |
|||
|
|||
![]() Using array enter (Ctrl+Shift+Enter), you can try this: {=MIN(IF(A$1:A$10=D1,B$1:B$10,""))} {=MAX(IF(A$1:A$10=D1,B$1:B$10,""))} Hope this helps. ceemo Wrote: I have a list of names in Column A and in Column B is a number that corrospondes to the name. The name may appear more than once. In column D is a list of th unique names in column E i would like a formula that auto puts the minimum number corrosponding to the name. In Column F i would like a formula to auto put in the max value that corrospondes with that name. Hope not to confusing, Can anyone help? -- Morrigan ------------------------------------------------------------------------ Morrigan's Profile: http://www.excelforum.com/member.php...fo&userid=7094 View this thread: http://www.excelforum.com/showthread...hreadid=394272 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculating the minimum value ignoring o | Excel Worksheet Functions | |||
second minimum value | Excel Discussion (Misc queries) | |||
Hiding Values Below Z Axis Minimum Value on Axis Charts | Charts and Charting in Excel | |||
lookup - return minimum value | Excel Worksheet Functions | |||
Sum minimum values in a pivot table | Excel Worksheet Functions |