Hi guys can anybody assist me with a formula please?
The following logical test is giving me successful results, but I also want to add an "ISNA", i.e. so that I not only exclude values which equal 0, but also the #N/As.
=IF(VLOOKUP(B2,Global,7,FALSE)=0,"",(VLOOKUP(B2,Global,7,FALSE)))
Bookmarks