I'm using this formula
=IF(VLOOKUP($B6,Music!$E:$F,2,FALSE)="","N","Y")
and it works fine. I need to evolve it so that rather than producing a Y in the cell, it produces the exact value in the cell, unless the cell is empty in which case it produces N as it currently does.
Thanks in advance
=IF(VLOOKUP($B6,Music!$E:$F,2,FALSE)="","N","Y")
and it works fine. I need to evolve it so that rather than producing a Y in the cell, it produces the exact value in the cell, unless the cell is empty in which case it produces N as it currently does.
Thanks in advance