Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
al al is offline
external usenet poster
 
Posts: 64
Default Indirect/match formula - array

{=INDEX(PAYECalc!F$1:F$300,MATCH(1,(PAYECalc!$A$1: $A$300=$A24)*
(PAYECalc!$C$1:$C$300=$C24),0))}

Would like to replace the above array formula with the formula below
using "indirect" where cell F1 contains the sheet name "PAYECalc" -
but get an error message

{=INDEX(INDIRECT(F$1&"!F$1:F$300",MATCH(1,(INDIREC T(F$1&"!$A$1:$A$300=
$A24")*
(INDIRECT(F$1&"!$C$1:$C$300=$C24"),0)))}

Could someone correct my alternative formula pls

thxs
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 915
Default Indirect/match formula - array

al wrote:
{=INDEX(PAYECalc!F$1:F$300,MATCH(1,(PAYECalc!$A$1: $A$300=$A24)*
(PAYECalc!$C$1:$C$300=$C24),0))}

Would like to replace the above array formula with the formula below
using "indirect" where cell F1 contains the sheet name "PAYECalc" -
but get an error message

{=INDEX(INDIRECT(F$1&"!F$1:F$300",MATCH(1,(INDIREC T(F$1&"!$A$1:$A$300=
$A24")*
(INDIRECT(F$1&"!$C$1:$C$300=$C24"),0)))}

Could someone correct my alternative formula pls

thxs


Looks like misplaced quotes and parens. Try this:

=INDEX(INDIRECT(F$1&"!F$1:F$300"),
MATCH(1,(INDIRECT(F$1&"!$A$1:$A$300")=$A24)*
(INDIRECT(F$1&"!$C$1:$C$300")=$C24),0))
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
Indirect & Match Formula Problem jkim Excel Discussion (Misc queries) 3 February 15th 09 09:46 PM
Indirect function in Index/Match Array hoosier41 Excel Discussion (Misc queries) 5 June 20th 08 10:09 PM
What is ROW(INDIRECT("1:40")) doing? (array formula) kevin frisch Excel Worksheet Functions 4 September 27th 05 04:08 PM
Excel CHALLENGE...3 questions(indirect,rank,array formula)... Mlowry Excel Worksheet Functions 8 August 1st 05 07:34 AM
Indirect used in an array formula Werner Rohrmoser Excel Worksheet Functions 3 July 23rd 05 04:03 PM


All times are GMT +1. The time now is 10:46 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"