Hi,
I'm trying to return the value of a couple cells, depending upon whether or not they contain a value. I'm using the formula below:
=IF(OR(IF(NOT(ISBLANK(SEARCH($BP$2,B2))),$BP$2,""),IF(NOT(ISBLANK(SEARCH($BP$3,B2))),$BP$3,"")),"")
The idea is that either BP2 or BP3 will contain a value...