TripletDad
Board Regular
- Joined
- Oct 19, 2010
- Messages
- 121
I need a little help with Vlookup. I'm trying to use it to populate inventory levels. The list I'm pulling data from doesn't always have all the models on it, therefore the list I'm populating gets several #N/A's....
I don't want to remove the formula from those spots, because we may get more inventory in later, however I also don't want to see all the #N/A values. I want those spots to be blank.
I created an "if" formula, but must have messed something up. Perhaps somebody can tell me where I went wrong???
(BTW: The Vlookup function works perfectly if I remove it from the "if" formula, so I don't think that is the problem. My guess is it's something with the # sign in the N/A response.)
=IF(VLOOKUP(B3,'9000'!$A:$B,2,FALSE)="#N/A"," ",VLOOKUP(B3,'9000'!$A:$B,2,FALSE))
I don't want to remove the formula from those spots, because we may get more inventory in later, however I also don't want to see all the #N/A values. I want those spots to be blank.
I created an "if" formula, but must have messed something up. Perhaps somebody can tell me where I went wrong???
(BTW: The Vlookup function works perfectly if I remove it from the "if" formula, so I don't think that is the problem. My guess is it's something with the # sign in the N/A response.)
=IF(VLOOKUP(B3,'9000'!$A:$B,2,FALSE)="#N/A"," ",VLOOKUP(B3,'9000'!$A:$B,2,FALSE))