I am trying to do a vlookup to return blanks for errors & blank cells. I put together these two formulas but I can't get them to work together... I know it's like a simple punctuation that I'm missing because both of these formulas work but I'm sort of pounding my head on the wall here.
=IF(ISERROR(VLOOKUP($C:$C,'CASPR - NSB'!$A:$BS,71,FALSE)),"",(VLOOKUP($C:$C,'CASPR - NSB'!$A:$BS,71,FALSE))),IF(ISBLANK(VLOOKUP($C:$C,' CASPR - NSB'!$A:$BS,71,FALSE)),"",(VLOOKUP($C:$C,'CASPR - NSB'!$A:$BS,71,FALSE)))
Thank You!
Bookmarks