I have a table with a column of dates and a column that does calculation of the date values. If a date cell has, for instance, text following the date, like "2014-12-01 Testing" the calculated field of course displays #Value!.
How can I use VLOOKUP or any other method to find those values?
Example:
=VLOOKUP("#VALUE!", E1:F10,2,False) returns #MISSING although "#VALUE! is displayed in cell E5 for a date error in cell F5
Best regards George