VLookup

A

April

I am trying to do a vlook up on a table of data. The table of data is based
on another formula so the value that is being searched for is formula based
which is returning a #N/A value, can i get around this??
 
L

Leo Heuser

April said:
I am trying to do a vlook up on a table of data. The table of data is
based
on another formula so the value that is being searched for is formula
based
which is returning a #N/A value, can i get around this??

April

One way, if I have understood you correctly:

=IF(ISERROR(your lookup formula), "Does not exist", your lookup formula)
 
Top