Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using the following code to find a value in one workbook and return it
to another workbook based on a match between two cells: Range("I1").Select ActiveCell.FormulaR1C1 = _ "=INDEX(bloombergsymbols.xlsm!C6,MATCH(RC[-1],bloombergsymbols.xlsm!C10,0))" I would like to add to the code that IF an error is returned to enter the value from the H1 cell from the active workbook. Is this possible? I've tried many different scenarios but I keep getting an object defined error. Any help is appreciated. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ISERROR and INDEX Funcion question | Excel Worksheet Functions | |||
iserror, index & if | Excel Worksheet Functions | |||
ISERROR,SMALL,INDEX, MATCH, SMALL?? | Excel Discussion (Misc queries) | |||
IsError and Match function | Excel Programming | |||
IF(ISERROR(MATCH - need value where match was found | Excel Programming |