Hello everyone
After checking lots of videos on this type of formula on youtube, I couldn't find anyone explaining this particular matter. It looks like everyone teaches exactly the same thing for each particular topic on youtube.
These are the two formulas that I want to combine. Please note that each one of them has a different return, that's where I'm stuck!
I understand that the formula should be a if/or formula? Because I can come across any of both scenarios! Thanks!
After checking lots of videos on this type of formula on youtube, I couldn't find anyone explaining this particular matter. It looks like everyone teaches exactly the same thing for each particular topic on youtube.
These are the two formulas that I want to combine. Please note that each one of them has a different return, that's where I'm stuck!
Excel Formula:
=IF(INDIRECT("'"&$A$3&"'!HK5")=INDIRECT("STATS1!D3");INDIRECT("'"&$A$3&"'!HL5");INDIRECT("'"&$A$3&"'!HK5"))
Excel Formula:
=IF(ISBLANK(INDIRECT("'"&$A$3&"'!HK5"));INDIRECT("STATS1!D3");INDIRECT("'"&$A$3&"'!HL5"))