I have an indirect function in excel which works like it should =INDIRECT(B15)
Now I would like to have it when the cell it is pulling data from is blank then the indirect cell is also blank.
I thought something likes would work but it does not. =IF(B15="",INDIRECT(B15))
Please advise