Forum Discussion
Excell #SPILL! Error using =VLOOKUP
- Feb 01, 2020
I could not find your formula in the workbook. So I'm guessing it would have been in sheet Summary cell I4.
At least that is where I get a #SPILL! error. Click here for the reason.
In your case the formula should be:
=VLOOKUP([@PledgeCode],DonationTable,2)And most of your named ranges are more or less obsolete because with Excel Tables you get structured references (like @PledgeCode) and you can add a total row (no extra formula outside the table is needed).
I could not find your formula in the workbook. So I'm guessing it would have been in sheet Summary cell I4.
At least that is where I get a #SPILL! error. Click here for the reason.
In your case the formula should be:
=VLOOKUP([@PledgeCode],DonationTable,2)
And most of your named ranges are more or less obsolete because with Excel Tables you get structured references (like @PledgeCode) and you can add a total row (no extra formula outside the table is needed).