chrisdeleon
New Member
- Joined
- Sep 28, 2016
- Messages
- 6
Hi all,
I am trying to remove/leave blank the #N/A result of a formula containing two nested IF statements and a Vlookup. The current formula is:
=IF(A2<>"",IF(A2<>"JOHNSMITH",VLOOKUP(A2,'Sheet1'!$A$2:$AH$143152,34,FALSE),""),"")
I've tried placing an IFERROR before the entire formula as well as placing an ISNA before the Vlookup but neither approach works for me.
I really just want the result of the formula to return a blank cell.
Thanks for any help you can provide!!!
I am trying to remove/leave blank the #N/A result of a formula containing two nested IF statements and a Vlookup. The current formula is:
=IF(A2<>"",IF(A2<>"JOHNSMITH",VLOOKUP(A2,'Sheet1'!$A$2:$AH$143152,34,FALSE),""),"")
I've tried placing an IFERROR before the entire formula as well as placing an ISNA before the Vlookup but neither approach works for me.
I really just want the result of the formula to return a blank cell.
Thanks for any help you can provide!!!