goldenvision
Board Regular
- Joined
- Jan 13, 2004
- Messages
- 234
I have referenced another post on here to find out how to not display #n/a when vlookup fails to find a value.
I have applied the solution and the formula seems to be disregarding the vlookup statement.
My formula is
=IF(ISERROR(VLOOKUP(A2,'Backup Failures.xls'!Nov14,2,FALSE)),"",VLOOKUP(A2,'Backup Failures.xls'!Nov14,2,FALSE))
Any pointers would be very helpful.
I have applied the solution and the formula seems to be disregarding the vlookup statement.
My formula is
=IF(ISERROR(VLOOKUP(A2,'Backup Failures.xls'!Nov14,2,FALSE)),"",VLOOKUP(A2,'Backup Failures.xls'!Nov14,2,FALSE))
Any pointers would be very helpful.