+ Reply to Thread
Results 1 to 17 of 17

File freezes temporarily

  1. #1
    Registered User
    Join Date
    11-01-2011
    Location
    Twente, Nederland
    MS-Off Ver
    Excel Professional Plus 2019
    Posts
    40

    File freezes temporarily

    I have a file in which I have been working for over 2 years. Since a week or two the file suddenly freezes when adding records to the first sheet. After some time (on average between 5 and 10 minutes) it suddenly unfreezes again and my last entry was saved correctly.
    I can not find a cause.... maybe someone can shead a light on it?

    The file contains 10 sheets.
    Fase-1 artikelbestand
    Magento invoerblad
    Import_Beschrijvingen
    Meta Titels
    Descriptions Serie tekst
    Marketingtekst
    Productcategoriën
    Beschrijvingen_precalculaties
    Referenties
    Kolomnummers

    Fase-1 artikelbestand:
    On this sheet a user enters new data in columns A-M, the subsequent columns are then populated by formulas.
    This sheet has remained pretty much unchanged for a long time so I doubt the issue is here.
    However, the freeze occurs whenever a user enters new data in column A.

    Magento invoerblad:
    This sheet uses formula's to combine data from several sheets: Fase-1 artikelbestand, Meta Titels, Descriptions Serie tekst, Marketingtekst and Productcategoriën.
    There have been recent changes to the formulas on this sheet. Mainly in the rows with long descriptions and Meta Descriptions

    Beschrijvingen_precalculaties:
    This sheet only uses formula's to transpose data from Magento invoerblad:

    Import_Beschrijvingen:
    This sheet is fairly new. I have designed it and it's "helpers", the sheets: Beschrijvingen_precalculaties and Referenties, to create a Magento 2 Import file for descriptions and meta's.
    The formula's here use data from the sheets, Beschrijvingen_precalculaties and Referenties.

    So, if you've understood my story so far you will see that there is sort of a train. A user enters data in Fase-1 artikelbestand. That data is processed by formula's on Magento invoerblad: and that data is then processed by formula's on Import_Beschrijvingen:. Somewhere in the train is something that causes the spreadsheet to freeze up, when a user enters new data.

    Can anyone tell me where the train malfunctions?

    I also posted this question on MrExcel. Please find it here: https://www.mrexcel.com/board/thread.../#post-5784387
    Attached Files Attached Files
    Last edited by pluginguin; 11-09-2021 at 10:39 AM. Reason: adding an cross-link
    carpe diem

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    82,544

    Re: File freezes temporarily

    Nothing in your description really helps (sorry). It's like showing us a picture of the outside of your car when what we need to look at is the engine.

    What's in the file?

    1. How many rows of data on each sheet?
    2. What formulae do you have? Do they contain volatile functions (e.g. INDIRECT)?
    3. Any VBA code?
    4. Do any of your formulae use full column references (e.g. A:A)?
    5. Any PowerQuery or PivotTables?

    Excel isn't really designed to be a database, so it can get unwieldy when things get too big or complex.

    EDIT: Just seen that you have added an attachment!
    Last edited by AliGW; 11-09-2021 at 06:05 AM.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    11-01-2011
    Location
    Twente, Nederland
    MS-Off Ver
    Excel Professional Plus 2019
    Posts
    40

    Re: File freezes temporarily

    Hi Ali,

    You were too quick! Haha, but I like that! It was a bit unclear to me how to attach an attachment. I was trying to use the attachment button on the WYSIWIG editor menu, which doesn't do much. Then I saw the manage attachments link below the thread.... I hope you can find my issue.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    82,544

    Re: File freezes temporarily

    I'm sorry - I've had a quick look, but don't have time at the moment to spend trawling through to work out what the issue is. I presume you have checked that the sample file does display the problem?

    Hopefully someone else will have the time to give you.

  5. #5
    Valued Forum Contributor
    Join Date
    02-06-2013
    Location
    UK
    MS-Off Ver
    365
    Posts
    580

    Re: File freezes temporarily

    The file is not crashing for me when adding new entries on the first sheet.

    Is this the file or a version of the file which freezes for you?

  6. #6
    Registered User
    Join Date
    11-01-2011
    Location
    Twente, Nederland
    MS-Off Ver
    Excel Professional Plus 2019
    Posts
    40

    Re: File freezes temporarily

    Try to paste the following data into the file and see what happens (it is data for only 10 new records)
    Attached Files Attached Files

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,508

    Re: File freezes temporarily

    I pasted your data and "nothing" happened i.e it did not freeze.

    you could eliminate the many INDIRECT which do cause performance problems.

    e,g in C4 of "Magento invoerblad"

    =IF(INDEX('Fase-1 artikelbestand'!$B2:$B100,COLUMNS($A:A))="","",INDEX('Fase-1 artikelbestand'!$B2:$B100,COLUMNS($A:A)))
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    82,544

    Re: File freezes temporarily

    Administrative Note:

    We would very much like to help you with your query, however it has been brought to our attention that the same query has been posted on one or more other forums and you have not provided the required cross-post link(s) here.

    Please see Forum Rule #3 about cross-posting and adjust accordingly. Read this to understand why we (and other sites like us) consider this to be important.

    (Note: this requirement is not optional. No help to be offered until the link is provided.)

  9. #9
    Registered User
    Join Date
    11-01-2011
    Location
    Twente, Nederland
    MS-Off Ver
    Excel Professional Plus 2019
    Posts
    40

    Re: File freezes temporarily

    Hi Ali,

    I have added a link to the post in the other thread.
    I also requested a link back to this forum from the other thread, but I have to wait for the moderators there, because I can not edit my own posts there, yet.

    So hopefully support with my thread here can be resumed.
    I have tested the alternative formula from @JohnTopley in my file and it seems to be working.
    Now I only need to understand the formula a bit better.... so I can change all formulas with INDIRECT to this one.
    I would very much appreciate a bit of clarification and another example with a more complicated formula...
    for instance: in C5 of "Magento invoerblad"
    I suspect, that I can process the rest if I know how to do that one.

    Thanks in advance,

    Tijs

  10. #10
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,508

    Re: File freezes temporarily

    in C5

    Replace the INDIRECT

    INDIRECT("'Fase-1 artikelbestand'!$F"&C$2+1)

    with

    INDEX('Fase-1 artikelbestand'!$F2:$F100,COLUMNS($A:A))


    repeat for other ranges [as per post #7]

  11. #11
    Registered User
    Join Date
    11-01-2011
    Location
    Twente, Nederland
    MS-Off Ver
    Excel Professional Plus 2019
    Posts
    40

    Re: File freezes temporarily

    I got it, thanks.... already modified rows 4, 5, and 6. I think I will manage to do the rest aswell.
    Thanks a lot.... Let's see if, once I'm finished, the performance is better.

  12. #12
    Registered User
    Join Date
    11-01-2011
    Location
    Twente, Nederland
    MS-Off Ver
    Excel Professional Plus 2019
    Posts
    40

    Re: File freezes temporarily

    Hello @JohnTopley,

    My file doesn't freeze as much anymore as it did, so there has been a significant improvement. There are no more indirect-formulas in the entire workbook. However, I still get freezes every now and then and I suspect they originate from the sheet called "Import_Beschrijvingen". That sheet uses vlookups to transpose data from the sheet "Magento invoerblad". I think it's these vlookups that are responsible for the freezes. They are all connected (ultimately) to the skus in column A of the sheet "Fase-1 artikelbestand" and if I modify a sku there, it tends to still freeze up for a while.

    Can you help me out again with an example to modify the formulas on "Import_Beschrijvingen" so that they perform the same task, but without vlookups?
    I think it might also be done with using INDEX, but I am unsure how.

    Thanks in advance.

  13. #13
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,508

    Re: File freezes temporarily

    First recommendation is to change the sheet "Referenties" as per attached. And look at INDEX match.

    And can you post an updated file (without the Indirects).

    I will then look at possible improvements.
    Attached Files Attached Files

  14. #14
    Registered User
    Join Date
    11-01-2011
    Location
    Twente, Nederland
    MS-Off Ver
    Excel Professional Plus 2019
    Posts
    40

    Re: File freezes temporarily

    Hi @JohnTopley,

    All the indirects are out now and I have modified the Referenties-sheet according to your suggestions.
    These changes have gotten rid of some of the freezes I was getting, but I still get temporary freeze whenever I do one of the following:
    • Edit a sku field on the sheet: Fase-1 artikelbestand
    • Cut and paste cell content to a different cell (anywhere in the workbook)
    I can avoid there freezes by:
    • making sure I first delete content from a sku column and paste in new content as values
    • copy content from a cell (or more cells) and then paste as values in the destination cells. After that delete the content from the original cells.

    This is however prone to accidental freezes because you forget to handle that way and accidentally cut and paste something... so I hope you can find the cause of these freezes and eliminate it from my workbook.
    Attached is the new file
    Attached Files Attached Files
    Last edited by pluginguin; 12-23-2021 at 03:47 AM.

  15. #15
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,508

    Re: File freezes temporarily

    Edit a sku field on the sheet: Fase-1 artikelbestand
    If I ADD a SKU (copy from A2 to A3) there is no obvious freeze [but initial load time is noticeable].

    So sorry but I have no idea why it freezes

  16. #16
    Valued Forum Contributor
    Join Date
    12-02-2009
    Location
    Austin, Tx
    MS-Off Ver
    Office 365 64-Bit, 2108, build 14326.21018
    Posts
    3,974

    Re: File freezes temporarily

    FYI that I've downloaded the last version Pluginguin attached, and repeated John Topely's last action (copy from A2 to A3). Definite freeze, it's been about three minutes so far and still counting.

    This is my first look at this wb, so no answers yet, but I'm looking at it, too.

    EDIT: Finally had to quit Excel. Redownloaded the workbook, repeated actions, no pause, everything works fine. Scratching my head.
    Last edited by jomili; 12-29-2021 at 10:57 AM.
    I know I'm not stupid, but I suspect I'm a lot stupider than I think I am

  17. #17
    Registered User
    Join Date
    11-01-2011
    Location
    Twente, Nederland
    MS-Off Ver
    Excel Professional Plus 2019
    Posts
    40

    Re: File freezes temporarily

    Hi all,

    I decided to recreate all sheets into a google spreadsheet and everything is working smoothly in there.
    Still don't know what went wrong in my original excel file, but I'm out of trouble.
    Thanks for all your help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Worksheet freezes temporarily after running a macro
    By FenceFurniture in forum Excel General
    Replies: 16
    Last Post: 01-29-2021, 09:57 PM
  2. Replies: 3
    Last Post: 12-14-2011, 04:58 PM
  3. Excel freezes on File save/close
    By seckert in forum Excel General
    Replies: 4
    Last Post: 02-18-2010, 12:58 PM
  4. Excel File Freezes When Updating Links
    By tnfire in forum Excel General
    Replies: 1
    Last Post: 11-25-2009, 12:34 PM
  5. Excel 2003 file freezes laptop
    By M Skabialka in forum Excel General
    Replies: 0
    Last Post: 09-28-2005, 05:05 PM
  6. File Open freezes
    By Steve Simons in forum Excel General
    Replies: 2
    Last Post: 07-20-2005, 04:05 PM
  7. pane freezes when file is opened
    By andy b in forum Excel General
    Replies: 3
    Last Post: 07-04-2005, 10:05 AM

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