Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Tue, 21 Feb 2006 00:31:31 -0600, neillcato
wrote: Ron Rosenfeld Wrote: On Mon, 20 Feb 2006 17:24:03 -0800, daikontim wrote: Hi, I have 2 columns. Column A has numbers, some of which are repeated numerous times. Column B has dates. How do I look up the nth occurrence of a particular number in column A and return the corresponding date? Any help greatly appreciated. Try the array formula: =INDEX(dts,LARGE((rng=num)*ROW(rng),COUNTIF(rng,nu m)+1-n)) entered by holding down <ctrl<shift while hitting <enter. Excel will place braces {...} around the formula. rng is the range with numbers in Column A num is the particular number you are searching for. n is the occurrence number dts is the range of dates in column B --ron Ron's solution is outstanding Here is a small change that will allow the range definitions rng and dts to be moved from row 1 - same instructions as in Ron's post {=INDEX(dts,LARGE((rng=num)*ROW(rng),COUNTIF(rng, num)+1-n)-MIN(ROW(rng))+1)} Neill Thanks for the addition --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Number of labels on X-axis one more than number of values on Y-axi | Charts and Charting in Excel | |||
Count Number of Characters in a cell? | Excel Discussion (Misc queries) | |||
Need number of Saturdays and number of Sundays between 2 dates | Excel Worksheet Functions | |||
Need help Returning the cell addy/index of the first non-zero number | Excel Worksheet Functions | |||
Max number of Occurrence | Excel Worksheet Functions |