Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 13
Default Returning next item in list

Column A = Sizes. Cell D6 = Dropdown of sizes in column A. In D6, when I choose, .2500, I'd like to return the next 3 sizes (.2625-.2830) in cells D7-D9. I've been trying to find a good formula with index/match functions.

Col A (data) ...Col D
.1620
.1770
.1875
.1920
.2070
.2187 .... .2500 (Chosen from dropdown)
.2253 .... .2625 (need formula)
.2343 .... .2730 "
.2437 .... .2830 "
.2500
.2625
.2730
.2830
...

Thanks in advance for any help.

Last edited by BDAvs : August 14th 12 at 09:25 PM
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default Returning next item in list

Hi,

Am Tue, 14 Aug 2012 14:08:31 +0000 schrieb BDAvs:

Column A = Sizes. Cell D6 = Dropdown of sizes in column A. In D6, when
I choose, .2500, I'd like to return the next 3 sizes (.2625-.2830) in
cells D7-D9. I've been trying to find a good formula with index/match
functions.

A (data) ...D
1620
1770
1875
1920
2070
2187 .... .2500 (Chosen from dropdown)
2253 .... .2625 (need formula)
2343 .... .2730 "
2437 .... .2830 "
2500
2625
2730
2830


if you have a header in Column A, then in D7:
=INDEX(A:A,MATCH(TRUE,($A$2:$A$14)D6,0)+1)
without header:
=INDEX(A:A,MATCH(TRUE,($A$1:$A$14)D6,0))

both are array formulas to enter with CTRL+Shift+Enter


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding an item in a list & returning a specific value SBW Excel Worksheet Functions 7 April 20th 09 09:54 PM
Returning the most duplicated item Joe Lewis[_2_] Excel Worksheet Functions 3 November 24th 08 03:01 PM
GET.CHART.ITEM returning strange results Laura Battarbee Charts and Charting in Excel 0 November 29th 07 09:19 PM
Returning the last item in column HondaMike New Users to Excel 3 January 4th 05 11:20 AM
Selecting an Item from a List and getting a different item to pop. Matt Excel Worksheet Functions 1 December 7th 04 02:37 PM


All times are GMT +1. The time now is 05:22 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"