Hi,
I have a master worksheet matrix consisting of lookup values in column H and months in the format 'Apr-13', 'May-13', etc. in cells AF1:BE1
What I need to do is pull the 'actuals' sales figures in to the master worksheet. The actuals worksheet is in exactly the same format as the master sheet.
I know how to use INDEX MATCH MATCH, but I've never tried it with dates. The following formula is working for the INDEX and row MATCH parts. But I can't get it to return anything but a #N/A error for the column MATCH part.
I need the column MATCH to work with 2 criteria (month and year). Can anyone point out where I'm going wrong?
=INDEX(Actuals!A1:BR2617,MATCH(Master!H2,Actuals!H:H,0),MATCH(MONTH(Master!AF1)&YEAR(Master!AF1),MONTH(Actuals!U1:BR1)&YEAR(Actuals!U1:BR1)),0)
Thanks,
K
I have a master worksheet matrix consisting of lookup values in column H and months in the format 'Apr-13', 'May-13', etc. in cells AF1:BE1
What I need to do is pull the 'actuals' sales figures in to the master worksheet. The actuals worksheet is in exactly the same format as the master sheet.
I know how to use INDEX MATCH MATCH, but I've never tried it with dates. The following formula is working for the INDEX and row MATCH parts. But I can't get it to return anything but a #N/A error for the column MATCH part.
I need the column MATCH to work with 2 criteria (month and year). Can anyone point out where I'm going wrong?
=INDEX(Actuals!A1:BR2617,MATCH(Master!H2,Actuals!H:H,0),MATCH(MONTH(Master!AF1)&YEAR(Master!AF1),MONTH(Actuals!U1:BR1)&YEAR(Actuals!U1:BR1)),0)
Thanks,
K