Forum Discussion
Pianoman
Nov 10, 2020Copper Contributor
#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?
Subodh_Tiwari_sktneer
Nov 10, 2020Silver Contributor
That's because if the logical condition is evaluated as True, the formula will return all the values from a column of a table (MainDB.xlsx!Main[APPID]) not a single or scalar value.
- PianomanNov 11, 2020Copper Contributor
Subodh_Tiwari_sktneer Thanks. I did work it out in the end.
- Subodh_Tiwari_sktneerNov 11, 2020Silver Contributor
You're welcome Pianoman!