Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Try this =if(iserror(your_formula),"",your_formula) -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Baliey" wrote in message ... 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. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(ISNA(formula,""),formula)
ISERROR will mask all errors and may cause problems. Gord Dibben MS Excel MVP On Mon, 5 Oct 2009 18:49:01 -0700, Baliey wrote: 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel formula to copy/paste formula needed please. | Excel Discussion (Misc queries) | |||
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible | Excel Discussion (Misc queries) | |||
Build excel formula using field values as text in the formula | Excel Worksheet Functions | |||
Excel Formula Doesn't Execute (Shows formula-not the calcuation) | Excel Discussion (Misc queries) | |||
Excel 2002 formula displayed not value formula option not checked | Excel Worksheet Functions |