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...