it is the vlookup that is returning #N/A
1. find out which vlookup is causing the #N/A
2. then manually check if the lookup_value is in the range, if not it will return #N/A
3. use wild cards if needed in the lookup_value i.e vlookup("*" & [cel] & "*",....,....,....)
Bookmarks