Using:
=IF(ISNUMBER(F8),CONCATENATE(INDIRECT("'"&A8&"'!"C"&$K$26")," ",INDIRECT("'"&A8&"'!"D"&$K$26")),"")
everything works, but the "D"&$K$26"
. The error is in "D".
Using:
=IF(ISNUMBER(F8),CONCATENATE(INDIRECT("'"&A8&"'!"C"&$K$26")," ",INDIRECT("'"&A8&"'!"D"&$K$26")),"")
everything works, but the "D"&$K$26"
. The error is in "D".
This is correct syntax, but whether suited to your requirement rather depends upon what that may be:
=IF(ISNUMBER(F8),CONCATENATE(INDIRECT("'"&A8&"'!C"&K26)," ",INDIRECT("'"&A8&"'!D"&K26)),"")