jrobin5881
Technical User
Good Morning,
Is there a way to eliminate the #N/A value when a vlookup does not find a match? Other then adding another column and doing another calculation on the vlookup results. I want the vlookup to look through my array and if it does not find a value I want a 0 to appear in the cell. The #N/A is messing up subsequent calculations.
Sample:
=(VLOOKUP($A2,FOTSUM!$A$2:$E$725,5,FALSE))+D2
Is there a way to eliminate the #N/A value when a vlookup does not find a match? Other then adding another column and doing another calculation on the vlookup results. I want the vlookup to look through my array and if it does not find a value I want a 0 to appear in the cell. The #N/A is messing up subsequent calculations.
Sample:
=(VLOOKUP($A2,FOTSUM!$A$2:$E$725,5,FALSE))+D2