I am trying to add to this formula below, that if MAIN!BN2 is a blank cell, then return blank. Currently if BN2 is blank it is returning FALSE.
=COUNTIF('ANALYTICAL TABLES'!A:A,MAIN!BN2)>0
I tried below, but it still keeps returning FALSE opposed to blank
=IF(BN2=",",COUNTIF('ANALYTICAL TABLES'!A:A,MAIN!BN2)>0)
=COUNTIF('ANALYTICAL TABLES'!A:A,MAIN!BN2)>0
I tried below, but it still keeps returning FALSE opposed to blank
=IF(BN2=",",COUNTIF('ANALYTICAL TABLES'!A:A,MAIN!BN2)>0)