Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Good day,
Please help with the following. If I do a Top 3 list and it shows up as follows A B 1 my 2 try 3 by 4 guy 2 sigh The moment that a number in A appears more than once it picks only one name and not both names under 2 as required. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Are you using the Data-Sort function?
"ekkeindoha" wrote: Good day, Please help with the following. If I do a Top 3 list and it shows up as follows A B 1 my 2 try 3 by 4 guy 2 sigh The moment that a number in A appears more than once it picks only one name and not both names under 2 as required. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this one line ARRAY formula (entered using ctrl+shift+enter) where col L
has the names and col K has the numbers. Enter is row 1 and copy down =INDEX($L$1:$L$15,MATCH(TRUE,$K$1:$K$15+ROW($K$1:$ K$15)/1000=LARGE($K$1:$K$15+ROW($K$1:$K$15)/1000,ROW()),0)) -- Don Guillett Microsoft MVP Excel SalesAid Software "ekkeindoha" wrote in message ... Good day, Please help with the following. If I do a Top 3 list and it shows up as follows A B 1 my 2 try 3 by 4 guy 2 sigh The moment that a number in A appears more than once it picks only one name and not both names under 2 as required. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002 : Convert Positive Numbers to Negative Numbers ? | Excel Discussion (Misc queries) | |||
Excel Formula - Add column of numbers but ignore negative numbers | Excel Worksheet Functions | |||
VLOOKUP should compare numbers stored as text to plain numbers. | Excel Worksheet Functions | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions |