Good evening. I'm using the formula below which works great, but when I drag it down to cells with no reference I get #N/A error.
=IF(VLOOKUP(A1295,'SP 800-53B SecBaseline R5'!$A:$G,{3,4,5,6,7},0)=0,"",VLOOKUP(A1295,'SP 800-53B SecBaseline R5'!$A:$G,{3,4,5,6,7},0))
I've modified the code to...