A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Using Indirect with an Index Match Function



 
 
Thread Tools Display Modes
  #1  
Old April 16th, 2009, 09:25 AM posted to microsoft.public.excel.worksheet.functions
Mike
external usenet poster
 
Posts: 1
Default Using Indirect with an Index Match Function


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,I F($B$2:$R$2=$D$6,IF($B$4:$R$4=$A$3,1)),0))

Thanks

M


--
Mike
------------------------------------------------------------------------
Mike's Profile: http://www.thecodecage.com/forumz/member.php?userid=236
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=86730

  #2  
Old April 16th, 2009, 10:25 AM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default Using Indirect with an Index Match Function

A1 = SheetNAme
A2 = value

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

If this post helps click Yes
---------------
Jacob Skaria


"Mike" wrote:


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,I F($B$2:$R$2=$D$6,IF($B$4:$R$4=$A$3,1)),0))

Thanks

M


--
Mike
------------------------------------------------------------------------
Mike's Profile: http://www.thecodecage.com/forumz/member.php?userid=236
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=86730


  #3  
Old April 16th, 2009, 10:56 AM posted to microsoft.public.excel.worksheet.functions
Jarek Kujawa[_2_]
external usenet poster
 
Posts: 775
Default Using Indirect with an Index Match Function

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,"

?


On 16 Kwi, 10:25, Mike wrote:
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,I F($B$2:$R$2=$D$6,IF($B$4:*$R$4=$A$3,1)),0))

Thanks

M

--
Mike
------------------------------------------------------------------------
Mike's Profile:http://www.thecodecage.com/forumz/member.php?userid=236
View this thread:http://www.thecodecage.com/forumz/sh...ad.php?t=86730


  #4  
Old April 17th, 2009, 04:08 PM posted to microsoft.public.excel.worksheet.functions
Mike
external usenet poster
 
Posts: 1
Default Using Indirect with an Index Match Function


Thanks for the help very much appreciated'

Mike.


working fine nowJacob Skaria;310257 Wrote:
A1 = SheetNAme
A2 = value

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

If this post helps click Yes
---------------
Jacob Skaria


"Mike" wrote:


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,I F($B$2:$R$2=$D$6,IF($B$4:$R$4=$A$3,1)),0))

Thanks

M


--
Mike

------------------------------------------------------------------------
Mike's Profile: 'The Code Cage Forums - View Profile: Mike'

(http://www.thecodecage.com/forumz/member.php?userid=236)
View this thread: 'Using Indirect with an Index Match Function - The

Code Cage Forums'
(http://www.thecodecage.com/forumz/sh...ad.php?t=86730)




--
Mike
------------------------------------------------------------------------
Mike's Profile: http://www.thecodecage.com/forumz/member.php?userid=236
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=86730

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:25 AM.


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