Somewhere my syntax is wrong
This cell value =INDIRECT("'"&F24 &"'!G25") works fine but if the value is blank it returns a 0
so I tried this
=IF(ISBLANK(INDIRECT("'"&F24 &"'!G25"),"",INDIRECT("'"&F24 &"'!G25")
I have a feeling I'm missing a ' or an ) somewhere but I can't figure it out
This cell value =INDIRECT("'"&F24 &"'!G25") works fine but if the value is blank it returns a 0
so I tried this
=IF(ISBLANK(INDIRECT("'"&F24 &"'!G25"),"",INDIRECT("'"&F24 &"'!G25")
I have a feeling I'm missing a ' or an ) somewhere but I can't figure it out