+ Reply to Thread
Results 1 to 19 of 19

Why is my sheet running so slow??

  1. #1
    Forum Contributor
    Join Date
    09-25-2012
    Location
    Ventura, united States
    MS-Off Ver
    Excel 2010
    Posts
    346

    Why is my sheet running so slow??

    Would anyone have an idea why one of my excel spreadsheets runs really slow? It's only 740 KB, which isn't small, but I have projects that are 4 times as large that run fine. I have turned the formula updates to manual. It has some macros in it, but nothing more than usual. Still, a basic action like cut and paste will lag forever.

    What else should I look out for??

  2. #2
    Valued Forum Contributor Sean Thomas's Avatar
    Join Date
    03-25-2012
    Location
    HerneBay, Kent, UK
    MS-Off Ver
    Excel 2007,2016
    Posts
    971

    Re: Why is my sheet running so slow??

    is it just when you run a macro?
    maybe you have some issues with code?
    Regards
    Sean

    Please add to my reputation if you think i helped
    (click on the star below the post)
    Mark threads as "Solved" if you have your answer
    (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code:
    [code] Your code here [code]
    Please supply a workbook containing example Data:
    It makes its easier to answer your problem & saves time!

  3. #3
    Forum Contributor
    Join Date
    09-25-2012
    Location
    Ventura, united States
    MS-Off Ver
    Excel 2010
    Posts
    346

    Re: Why is my sheet running so slow??

    It's not just when I run a macro, it's all the time.

  4. #4
    Registered User
    Join Date
    03-01-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: Why is my sheet running so slow??

    do you have some very nested formulas in every single cell? that would do it. I read a recent article, it is the way excel set up. even if you only change value in one cell, it will recalculate the whole spreadsheet. it is just how excel works. if you have a lot of different nested formulas that link to each other, that will do it. even if it is less than 1 MB. i have a spreadsheet that is 25mb, and it takes me 30 mins to clear contents on one out of the 18 tabs

  5. #5
    Forum Contributor
    Join Date
    09-25-2012
    Location
    Ventura, united States
    MS-Off Ver
    Excel 2010
    Posts
    346

    Re: Why is my sheet running so slow??

    I have attached the sheet. When you do a basic cut paste, or insert/delete a row; it is slow as hell. Everybody kept telling me it was the macros til I took them out. Then I changed the formula updates to manual; and at this point I have deleted over 2/3rds of the workbook just to test it; and it is still slow. What else is there?
    Attached Files Attached Files

  6. #6
    Valued Forum Contributor Sean Thomas's Avatar
    Join Date
    03-25-2012
    Location
    HerneBay, Kent, UK
    MS-Off Ver
    Excel 2007,2016
    Posts
    971

    Re: Why is my sheet running so slow??

    Hi, well you dont have any code in the workbook, so thats not it.
    you do have a lot of formulas
    Please Login or Register  to view this content.
    could be causing problems as you only have data upto columns S so this will use a lot more calculation than needed.
    cut & paste works ok on my pc

  7. #7
    Forum Contributor
    Join Date
    09-25-2012
    Location
    Ventura, united States
    MS-Off Ver
    Excel 2010
    Posts
    346

    Re: Why is my sheet running so slow??

    Good to know how it runs on other PCs. Cut and Paste locks my computer up for a good minute because my computer isn't the best.

    Sean- Each day I add new data, so the formula is supposed to account for this, so it won't need to be updated daily. I think the difference in calculation is pretty minimal because even when I delete all the formulas the slowness isn't improved.

  8. #8
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Why is my sheet running so slow??

    try clearing the conditional formatting from the third sheet and see if that speeds it up. that cf seems to have gotten out of whack-reapply it after deleting but as one block
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  9. #9
    Registered User
    Join Date
    12-06-2013
    Location
    Canada
    MS-Off Ver
    Excel 2011
    Posts
    1

    Re: Why is my sheet running so slow??

    I have the same issue. I'm with Mac Office 2011 praticaly no big formulas (just counting) and no macros. Everytime I tried to copy or insert it takes 6 sec to do the operation. It's pain !

  10. #10
    Registered User
    Join Date
    12-03-2013
    Location
    New Jersey, USA
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Why is my sheet running so slow??

    I use Excel 2007 SP3 and found no issues with your sheet. Something else on your PC must be using resources. Take a look at task manager when you are in your sheet.

  11. #11
    Forum Contributor
    Join Date
    09-25-2012
    Location
    Ventura, united States
    MS-Off Ver
    Excel 2010
    Posts
    346

    Re: Why is my sheet running so slow??

    Conditional formatting was my main problem. I would clear all rules if you have any and see if there's a difference.

  12. #12
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Why is my sheet running so slow??

    The SA 30 Day KIR worksheet appears to be the problem. If the other two sheets are deleted there isn't much change in performance. If a new copy of the file is downloaded and the SA Day KIR worksheet is deleted, there is a dramatic change in performance to the good. I have tried copying this worksheet without formulae to another workbook and no change...slow!!!
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  13. #13
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Why is my sheet running so slow??

    fyi rank on third sheet is all over the place ,has someone been sorting or something? shouldnt it be
    =IFERROR(RANK(A6,$A$6:$A$70,0),"") filled down?
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  14. #14
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Why is my sheet running so slow??

    I removed all conditional formatting (there was a huge amount of overlapping formatting) by copying the rows and pasting special first the values then paste special formulae while the selection was maintained.

    As noted, the Rank formula is very strange in that the whole range isn't selected for the ranking.

    The workbook at least reacts in a normal fashion time-wise.
    Attached Files Attached Files
    Last edited by newdoverman; 12-06-2013 at 12:50 PM.

  15. #15
    Registered User
    Join Date
    04-07-2014
    Location
    Kaunas, Lithuania
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Why is my sheet running so slow??

    Quote Originally Posted by newdoverman View Post
    I removed all conditional formatting (there was a huge amount of overlapping formatting) by copying the rows and pasting special first the values then paste special formulae while the selection was maintained.

    As noted, the Rank formula is very strange in that the whole range isn't selected for the ranking.

    The workbook at least reacts in a normal fashion time-wise.

    Hi,

    I have this same problem. I tried to remove conditional formating, but it doesn't get any better. It seams, that problem groving with every new row in sheet "Zurn". Could anyone help me to solve this problem?
    I tried to attach the file, but didn't find how to do that??

  16. #16
    Registered User
    Join Date
    04-07-2014
    Location
    Kaunas, Lithuania
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Why is my sheet running so slow??

    Quote Originally Posted by newdoverman View Post
    I removed all conditional formatting (there was a huge amount of overlapping formatting) by copying the rows and pasting special first the values then paste special formulae while the selection was maintained.

    As noted, the Rank formula is very strange in that the whole range isn't selected for the ranking.

    The workbook at least reacts in a normal fashion time-wise.

    Hi,

    I have this same problem. I tried to remove conditional formating, but it doesn't get any better. It seams, that problem groving with every new row in sheet "Zurn". Could anyone help me to solve this problem?
    Attached Files Attached Files

  17. #17
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Why is my sheet running so slow??

    I have no idea what this workbook is about as I don't understand the language.

    The following is meant to give you the greatest possibility of success in getting a solution to your problem.

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    Last edited by newdoverman; 04-07-2014 at 09:08 AM.

  18. #18
    Registered User
    Join Date
    10-03-2014
    Location
    New York, NY
    MS-Off Ver
    2010
    Posts
    1

    Thumbs down Re: Why is my sheet running so slow??

    I have just started having the same problem. I have never had this problem for this week. I have been working on the same files for weeks and did not add any complex formulas.

    When I start Excel, it is fine for about 15 minutes and then inserting or deleting row causing the file to slow down to a crawl. If I close and reopen, I it is fine again (for about 15 minutes).

    The only thing that I might caused the issue is that the file went out and came back from someone using MAC. I resaved the file in my version of EXCEL.
    It there such an issue regarding files going back and forth between WINDOWS and APPLE (MAC).

    Thanks.

    Jay

  19. #19
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,602

    Re: Why is my sheet running so slow??

    Zanziguy,
    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    Ben Van Johnson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1