Forum Discussion
Reggie121020
Mar 17, 2022Copper Contributor
How do I fix REF! and SPILL! errors when creating VLOOKUP in excel? I deleted unwanted rows prior to
How do I fix REF! and SPILL! errors when creating VLOOKUP in excel? I deleted unwanted rows prior to performing the VLOOKUP. When I undo, I still get the errors. I have had success before, but not sure what the issue is now. Please help.
4 Replies
Sort By
- Starrysky1988Iron ContributorYou may add @ sign just infront of the function or formula to prevent auto spilling.
For e.g
=@Vlookup(lookup_value,table_array,col_index,[range_lookup])
=Vlookup(@lookup_value,table_array,col_index,[range_lookup])
=Vlookup(lookup_value,@table_array,col_index,[range_lookup])
=Vlookup(lookup_value,table_array,@col_index,[range_lookup]) - PeterBartholomew1Silver Contributor
If you are getting unexpected #SPILL! errors, you have most likely just moved to 365. Learn about dynamic arrays and, ideally, give up VLOOKUP and replace it with XLOOKUP.
- Reggie121020Copper Contributor
Great info. Will give it a try. Thank youPeterBartholomew1
- Detlef_LewinSilver Contributor
Without the workbook and more details use a search engine.
https://www.google.com/search?q=How+do+I+fix+REF%21+errors
https://www.google.com/search?q=How+do+I+fix+SPILL%21+errors