#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default Help with INDEX

Thank you for your help with this.
I have this array formula:
=INDEX(BFE!$R$2:$R$1385,MATCH(A3,OFFSET(BFE!$L$2,M ATCH(Sheet2!A3,BFE!$L$2:$L$1385,0)-1,6,-1,-1)))
and I get #N/A for the result. What I'm trying achieve is to match a part
number (A3 with BFE!L2:L1385) and then get the earliest date (R2:R1385) as
the result. The part number is listed many times with varying dates and I
need the soonest. Can this be done?

TIA
Joe
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Help with INDEX

Try this array formula** :

=MIN(IF(BFE!L2:L1385=A3,BFE!R2:R1385))

Format as Date.

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)


--
Biff
Microsoft Excel MVP


"Joe Gieder" wrote in message
...
Thank you for your help with this.
I have this array formula:
=INDEX(BFE!$R$2:$R$1385,MATCH(A3,OFFSET(BFE!$L$2,M ATCH(Sheet2!A3,BFE!$L$2:$L$1385,0)-1,6,-1,-1)))
and I get #N/A for the result. What I'm trying achieve is to match a part
number (A3 with BFE!L2:L1385) and then get the earliest date (R2:R1385) as
the result. The part number is listed many times with varying dates and I
need the soonest. Can this be done?

TIA
Joe



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
Index vs % [email protected] Excel Discussion (Misc queries) 2 March 15th 08 03:59 PM
Chart axes color index vs font color index [email protected] Charts and Charting in Excel 4 December 7th 06 04:05 PM
How do I pull the col. index value as well as row index value Vikram Dhemare Excel Discussion (Misc queries) 1 March 29th 06 07:48 AM
index/index Bobby Excel Worksheet Functions 2 January 30th 06 05:53 PM
Index Row Lmbank Excel Worksheet Functions 0 December 20th 05 04:06 PM


All times are GMT +1. The time now is 11:55 PM.

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"