B
Bernard Liengme
Your formula works just fine for me in Excel 2003
When it is not present it returns a blank as expected.
If you want 0 then use
=IF(ISERROR(INDIRECT("'"&TEXT($A4,"dd-mm-yy")&"'!$k$12")),0,INDIRECT("'"&TEXT($A4,"dd-mm-yy")&"'!$k$12"))
A minor point: You state: "is supposed to do is pull data from a sheet
name in the format
dd.mm.yy" But the formula uses format dd-mm-yy with dashes not dots
best wishes
When it is not present it returns a blank as expected.
If you want 0 then use
=IF(ISERROR(INDIRECT("'"&TEXT($A4,"dd-mm-yy")&"'!$k$12")),0,INDIRECT("'"&TEXT($A4,"dd-mm-yy")&"'!$k$12"))
A minor point: You state: "is supposed to do is pull data from a sheet
name in the format
dd.mm.yy" But the formula uses format dd-mm-yy with dashes not dots
best wishes