sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
I have this VLOOKUP and I want to add a condition;
The condition is that if the value in column C is "NEW" then I need the cell to be blank. As you can see, I have worked out how to add an error trap but don't know how to add an extra 'IF' condition, if in fact that is possible?
=IFERROR(VLOOKUP(B3,Teams!$B$28:$C$50,2,FALSE),"")
The condition is that if the value in column C is "NEW" then I need the cell to be blank. As you can see, I have worked out how to add an error trap but don't know how to add an extra 'IF' condition, if in fact that is possible?