Forum Discussion
Excel #SPILL error with INDEX formula
- Feb 11, 2021
That means you are on relatively modern Excel which supports dynamic arrays Dynamic array formulas and spilled array behavior - Office Support (microsoft.com)
Most probably you may correct your formula by adding =@INDEX(... , but to re-write it in more correct way excluding rely on silent implicit intersection which is default behavior in legacy Excel
Implicit intersection operator: @ - Office Support (microsoft.com)
That means you are on relatively modern Excel which supports dynamic arrays Dynamic array formulas and spilled array behavior - Office Support (microsoft.com)
Most probably you may correct your formula by adding =@INDEX(... , but to re-write it in more correct way excluding rely on silent implicit intersection which is default behavior in legacy Excel
Implicit intersection operator: @ - Office Support (microsoft.com)
- Jelena_MihajlovicFeb 11, 2021Copper Contributor
THANK YOU!! I tried what you suggested and my formula now works. I appreciate your help with this issue.
Thank you, Jelena
- SergeiBaklanFeb 11, 2021Diamond Contributor
Jelena_Mihajlovic , you are welcome, glad to help