Excel Spreadsheet running slow

Skeen

New Member
Joined
Jul 23, 2019
Messages
13
Does anyone know how to speed up an excel file? I have a lot of data that is running with several formulas, but I don't feel it should be this slow. I have other documents with more info that doesn't run this slow...
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Turn off automatic calculations.

1.Click the File tab, click Options, and then click the Formulas category.
2.Click on manual under "workbook calculation"

Click on "calculate" on the bottom of your sheet after making changes
 
Upvote 0
I've tried that and it didn't help any, I've also removed all of the formatting, still being extremely slow and spinning.
 
Upvote 0
I'm not sure what happened lol. I have the below formulas in 4 different columns, I have 27 columns and 11000 rows, but the rows will change. The spreadsheet is pulled from a report and I am determining whether locations or cases need to be audited based off if the units or $$$ match. I am also trying to get the count if formula not to show true or false but "Audit" if it would be false.

=IF(SUMIFS(S:S,$A:$A,$A4,B:B,$B4,AA:AA,AA4)+SUMIFS(U:U,$A:$A,$A4,B:B,$B4,AA:AA,AA4)>=500,"Audit",IF(SUMIFS(S:S,$A:$A,$A4,B:B,$B4,AA:AA,AA4)+SUMIFS(U:U,$A:$A,$A4,B:B,$B4,AA:AA,AA4)<=-500,"Audit",IF(SUMIFS(R:R,$A:$A,$A4,B:B,$B4,AA:AA,AA4)+SUMIFS(T:T,$A:$A,$A4,B:B,$B4,AA:AA,AA4)>=100,"Audit",IF(SUMIFS(R:R,$A:$A,$A4,B:B,$B4,AA:AA,AA4)+SUMIFS(T:T,$A:$A,$A4,B:B,$B4,AA:AA,AA4)<=-100,"Audit",""))))

=IF(SUMIFS(S:S,$A:$A,$A4,B:B,$B4,D:D,D4)+SUMIFS(U:U,$A:$A,$A4,B:B,$B4,D:D,D4)>=500,"Audit",IF(SUMIFS(S:S,$A:$A,$A4,B:B,$B4,D:D,D4)+SUMIFS(U:U,$A:$A,$A4,B:B,$B4,D:D,D4)<=-500,"",IF(SUMIFS(R:R,$A:$A,$A4,B:B,$B4,D:D,D4)+SUMIFS(T:T,$A:$A,$A4,B:B,$B4,D:D,D4)>=100,"Audit",IF(SUMIFS(R:R,$A:$A,$A4,B:B,$B4,D:D,D4)+SUMIFS(T:T,$A:$A,$A4,B:B,$B4,D:D,D4)<=-100,"Audit",""))))

=IF($A4="RV",IF(ISERROR(VLOOKUP(V4,'RV Adjustments'!A:B,1,FALSE)),"Check Adjustment",$A4),"")

=COUNTIF('RV Adjustments'!E1:E9,A4)=0
 
Upvote 0
don't use ranges type: A:A , define range like: A1:A1000 and it will increase excel speed
 
Upvote 0

Forum statistics

Threads
1,214,535
Messages
6,120,090
Members
448,944
Latest member
sharmarick

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