Excel formula

B

Baliey

Currently I have created a formula using Index & Match, to use a product code
and match it to a product code in an array of data and return the data in a
specific column. All is working well however there are some product codes I
am looking up that do not yet exist in the array of data, and therefore the
formual answer is #N/A. What can I add to the formula to stop this from
happening. I was thinking of an IF statment. The array of data is an excel
spreadsheet that is automatically updated from our accounting system.
 
G

Gord Dibben

=IF(ISNA(formula,""),formula)

ISERROR will mask all errors and may cause problems.


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top