Good morning,
I am using Excel 2007 and I am trying to get my formula to lookup for data in multiple spreadsheets if it cannot find the data in one by moving on to another spreadsheet and seeking the data.
Currently here is my formula:
=CHOOSE(C2,VLOOKUP($C2,'[US Multi Factor Model.xls]Revision Model'!$A$6:$DT$888,122,0),VLOOKUP($C2,'[EMG Active.xlsm]Model'!$B$6:$CV$862,97,0),VLOOKUP($C2,'[TOIM INTL Ranks V3 Active.xlsm]DEV UNI'!$B$6:$FT$1120,173,0))
C2= the stock symbol column
and the vlookup's are referencing a ranks in 3 different spreadsheets. If the stock is not in the first vlookup formula I want it to go on and look at the second vlookup and then the third if not the case. Also if the formula can not find and data on the referenced symbol i would like it to return a "NR"
- Could someone please tell me what I am doing wrong here. Thank you so much in advance and please feel free to ask me any other questions
I am using Excel 2007 and I am trying to get my formula to lookup for data in multiple spreadsheets if it cannot find the data in one by moving on to another spreadsheet and seeking the data.
Currently here is my formula:
=CHOOSE(C2,VLOOKUP($C2,'[US Multi Factor Model.xls]Revision Model'!$A$6:$DT$888,122,0),VLOOKUP($C2,'[EMG Active.xlsm]Model'!$B$6:$CV$862,97,0),VLOOKUP($C2,'[TOIM INTL Ranks V3 Active.xlsm]DEV UNI'!$B$6:$FT$1120,173,0))
C2= the stock symbol column
and the vlookup's are referencing a ranks in 3 different spreadsheets. If the stock is not in the first vlookup formula I want it to go on and look at the second vlookup and then the third if not the case. Also if the formula can not find and data on the referenced symbol i would like it to return a "NR"
- Could someone please tell me what I am doing wrong here. Thank you so much in advance and please feel free to ask me any other questions