Hi
Is there a way that I can get this formula:
to use the sheetname in L6 as the sheet to where the formula looksup the data. Maybe by using INDIRECT.
I've tried:
but I'm getting an error.
Any ideas?
Cheers
Is there a way that I can get this formula:
Code:
=SUMPRODUCT(--(TEXT(INDEX(B:B,12):INDEX(B:B,$AO$21),"ddmmmYY")=TEXT(AE14,"ddmmmYY")))
to use the sheetname in L6 as the sheet to where the formula looksup the data. Maybe by using INDIRECT.
I've tried:
Code:
=INDIRECT("'"&$L$6&SUMPRODUCT(--(TEXT(INDEX(B:B,12):INDEX(B:B,$AO$21),"ddmmmYY")=TEXT(AE13,"ddmmmYY"))))
but I'm getting an error.
Any ideas?
Cheers