I am using the following formula to output data from a lookup table.
=(IFERROR(LOOKUP($A$11+0,ID,DOM),(IFERROR(LOOKUP($A$11,ID,DOM),""))))
As I am using a Combo Box (Active X) to select the criteria linked to cell A11 - I have had to add the ISERROR combinations as the lookup data varies between text and numbers.
This formula is working fine but when there is no data in the lookup (DOM) I would like to output a blank cell.
I have tried all variations and combinations of ISBLANK but cannot get the right result -
Any ideas??
=(IFERROR(LOOKUP($A$11+0,ID,DOM),(IFERROR(LOOKUP($A$11,ID,DOM),""))))
As I am using a Combo Box (Active X) to select the criteria linked to cell A11 - I have had to add the ISERROR combinations as the lookup data varies between text and numbers.
This formula is working fine but when there is no data in the lookup (DOM) I would like to output a blank cell.
I have tried all variations and combinations of ISBLANK but cannot get the right result -
Any ideas??