I'm performing a VLOOKUP between two tables.
If the returning cell is blank, I want a blank to return also (to avoid the 0/01/1900).
If the lookup value does not appear I want the field to show "Not Found" instead of #N/A
I have had success with both VLOOKUP and IFNA, they work, however, the...