Using Indirect with an Index Match Function

M

Mike

I have a number of worksheets January - December which I wiish to
retrieve data from onto my Data worksheet using the INDEX MATCH
function. How do I include the INDIRECT function which will enable me to
enter the Month I require into a cell on my Data worksheet to return the
relavent information.

=INDEX($B$2:$R$47,MATCH($D,$A$2:$A$47,0),MATCH(1,IF($B$2:$R$2=$D$6,IF($B$4:$R$4=$A$3,1)),0))

Thanks

M
 
J

Jacob Skaria

A1 = SheetNAme
A2 = value

=INDIRECT(A1&"!" & "A2")

If this post helps click Yes
 
J

Jarek Kujawa

do you mean sth. like:

=INDIRECT(A1&"!$A$2:$A$47")

with A1=January
(or any other month)
adjust ranges to suit

aren't you lacking a cell address in yr 1st MATCH

"MATCH($D,"

?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top