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?
5 Replies
- Subodh_Tiwari_sktneerSilver 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.
- PianomanCopper Contributor
Subodh_Tiwari_sktneer Thanks. I did work it out in the end.
- Subodh_Tiwari_sktneerSilver Contributor
You're welcome Pianoman!