renewgeorgia123
New Member
- Joined
- Dec 27, 2017
- Messages
- 3
Hi,
I want to pull info from othersheets.
Currently I use this and it works:
=IFERROR(INDEX('NOV17'!$J:$J,MATCH('DEC17'!$B16,'NOV17'!$B:$B,0)),"")
and another for each month eg
=IFERROR(INDEX('Oct17'!$I:$I,MATCH('DEC17'!$B16,'Oct17'!$B:$B,0)),"")
But I have to redo it every month and add the next.
So.. I was thinking of using indirect for DEC 17, NOV17 , OCT 17 etc are all names of the sheets as well as the name of the column where I put the data.
AT1 is the cell where I have the name of the sheet so I tried to do part of the equation here:
=IFERROR(INDEX(INDIRECT('AT1'!$J:$J),MATCH('DEC17'!$B2,'NOV17'!$B:$B,0)),"")
I want to remove all the DEC NOV OCT etc... and just have indirects so each column just refers to the name of the sheet in Row 1.
Can someone help me please do this with indirect?
Thanks,
Neal
I want to pull info from othersheets.
Currently I use this and it works:
=IFERROR(INDEX('NOV17'!$J:$J,MATCH('DEC17'!$B16,'NOV17'!$B:$B,0)),"")
and another for each month eg
=IFERROR(INDEX('Oct17'!$I:$I,MATCH('DEC17'!$B16,'Oct17'!$B:$B,0)),"")
But I have to redo it every month and add the next.
So.. I was thinking of using indirect for DEC 17, NOV17 , OCT 17 etc are all names of the sheets as well as the name of the column where I put the data.
AT1 is the cell where I have the name of the sheet so I tried to do part of the equation here:
=IFERROR(INDEX(INDIRECT('AT1'!$J:$J),MATCH('DEC17'!$B2,'NOV17'!$B:$B,0)),"")
I want to remove all the DEC NOV OCT etc... and just have indirects so each column just refers to the name of the sheet in Row 1.
Can someone help me please do this with indirect?
Thanks,
Neal