Excel file freezes when using Filter / Vlookup / Random

looper

New Member
Joined
Mar 26, 2014
Messages
13
So, I have a colleague that keeps telling me her Excel has issues and she can't use it and so on. We use Office 365 with auto updates.

The most severe case is the attached file, every command results in instant freeze and you have to wait from 1 to 5 min.

I'm not an expert, I don't know much about Excel, so I was wondering if someone could take a look at this file and check what's wrong with it. She copied some data from other excel files into this one, if this has any importance.


 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Hi. NEVER leave formula open unless its variable calculation. The reason why your excel 'moves slow' is it freaking so much formulas which I think is unnecessary..

If you dont need the formula, just copy paste as values. this will help.
 
Upvote 1
Try turning the data into a table (ctrl+T) and change the formulas to the ones I have in the columns with the red heading.
• The vlookup formulas are doing a full column lookup ie 1M+ rows
(converting to a table will make it easier to address just the rows in use, currently around 20k)
• replacing the vlookup with Index Match should help too.

You need to update your account profile to show what version of excel you are using. If you have MS365 you could use Xlookup instead.


eri ALL Index.xlsx
ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAH
1Material_NoPart_DescLast_Yr_UtilMOQAct_CodeRetail_PriceDealer_PriceDist_PricePret vanzareCostSubtitude_PartQty_AssemblyUOM_Base_PriceUOM_Sale_PriceQty_For_UOMPrice_Cat_DescPret la coduri modif o data vlkPret la coduri modif o data vlk2Pret 1Pret la coduri modif de doua ori vlkPret la coduri modif de doua ori vlk3Pret 2Pret coduri modif de trei ori vlkPret coduri modif de trei ori vlk4Pret euro 3Pret coduri modif de patru ori vlkPret coduri modif de patru oriPret euro 4Preturi comunePreturi comune5Pret euro 5PromotiiPromotii6Pret euro FINAL
20123-149WASHER FLAT2312.061.340.922.060.920.000PCPC1.000A - Captive Parts#N/A02.06#N/A02.06#N/A02.06#N/A02.06
30176757SWITCH & SLEEVE AY01167.40100.5069.00167.4690.000PCPC1.000A - Captive Parts#N/A0167.4#N/A0167.4#N/A0167.4#N/A0167.4
40460540ELEC STARTER ASSY0USE000000000000000000000000000000000004208889950.0000.000B - Comp Parts305.57305.57305.57305.57305.57305.57305.57305.57305.57305.57305.57305.57
New_Table
Cell Formulas
RangeFormula
I2:I4I2=VALUE(F2)
J2:J4J2=VALUE(H2)
S2:S4S2=MAX(I2,R2)
T2:T4T2=INDEX([Pret 1],MATCH([@[Subtitude_Part]],[Material_No],0),0)
V2:V4,AB2:AB4,Y2:Y4V2=MAX(S2,U2)
W2:W4W2=INDEX([Pret 2],MATCH([@[Subtitude_Part]],[Material_No],0),0)
Z2:Z4Z2=INDEX([Pret euro 3],MATCH([@[Subtitude_Part]],[Material_No],0),0)
Q2:Q4Q2=INDEX([Pret vanzare],MATCH([@[Subtitude_Part]],[Material_No],0),0)
 
Upvote 1

Forum statistics

Threads
1,215,741
Messages
6,126,610
Members
449,321
Latest member
syzer

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top