PianomanCopper ContributorNov 10, 2020#SPILL! I'm using the following formula: =IFERROR(IF(MATCH([@VPPID],MainDB.xlsx!Main[VPPID],0),MainDB.xlsx!Main[APPID],""),"") and I'm getting a #SPILL! error. Can anyone help?
mtarlerSilver ContributorNov 10, 2020Pianoman Without more info this is just a guess at what you want:=IFERROR(INDEX(MainDB.xlsx!Main[APPID],MATCH([@VPPID],MainDB.xlsx!Main[VPPID],0)),"")