I'm using TWO VLOOKUPS to do some check and balances, across two worksheets via LOOKUP.
If #N/A is returned by VLOOKUP, it prints ITEM NOT LISTED, but does not do the 2nd VLOOKUP to get the value needed. The 2nd VLOOKUP works and reports value if listed by it's self.
=IF(ISNA(VLOOKUP(xx,refSheet!a:b,xx,False)),"ITEM NOT LISTED:",(VLOOKUP(xx,secRefSheet!a:b,xx,False)));
Any pointers.
If #N/A is returned by VLOOKUP, it prints ITEM NOT LISTED, but does not do the 2nd VLOOKUP to get the value needed. The 2nd VLOOKUP works and reports value if listed by it's self.
=IF(ISNA(VLOOKUP(xx,refSheet!a:b,xx,False)),"ITEM NOT LISTED:",(VLOOKUP(xx,secRefSheet!a:b,xx,False)));
Any pointers.