> 주제 > excel > 큰 통합 문서에서 셀을 선택할 때 Excel 충돌 또는 동결 방지

큰 통합 문서에서 셀을 선택할 때 Excel 충돌 또는 동결 방지

William Shakespeare
풀어 주다: 2025-03-23 10:21:12
원래의
712명이 탐색했습니다.

In this article, we will explore the reasons behind Excel crashes or freezes when highlighting cells in large datasets and provide effective solutions to avoid these issues.

If you frequently work with extensive spreadsheets, you've likely encountered a scenario where Excel becomes irresponsive or stops working when trying to select numerous cells at once. You may have also experienced the frustration of losing unsaved changes in your workbook. This can be highly bothersome, causing disruptions in your work. In this article, we'll look at why this happens and provide simple and straightforward solutions to resolve these problems.

Why Excel hangs or crashes when selecting cells in big files?

No one, not even Microsoft, can tell you the exact reason why Excel freezes and stops working when selecting large amounts of data at once. However, here's a typical scenario that many Excel users have run into:

You begin by searching for specific values in your Excel workbook using Excel's Find tool. The search itself is usually fast and efficient, even in massive files. After performing the search, you get a list of records that meet your search criteria. The goal seems to be almost reached. The problem arises when you attempt to select the found cells. At this point, Excel at best just freezes, and at worst, after hanging for some time, crashes unexpectedly.

큰 통합 문서에서 셀을 선택할 때 Excel 충돌 또는 동결 방지

An incredibly frustrating outcome, especially if you haven't saved your most recent changes in the workbook before starting the search :( Fortunately, there are solutions to prevent Excel from hanging in such situations.

How to avoid Excel freezing and crashing when highlighting cells

The key to avoiding Excel crashing when selecting cells in big datasets is to use conditional formatting instead of Excel Find to highlight cells based on certain criteria. Here's a step-by-step guide:

Step 1: Highlight cells. Begin by creating a new conditional formatting rule to highlight cells that match your criteria. For example, let's highlight all cells containing an asterisk (*).

큰 통합 문서에서 셀을 선택할 때 Excel 충돌 또는 동결 방지

Step 2: Group found cells. This needs to be done to prevent Excel from crashing when selecting the found data in the next step. You can group cells by sorting or filtering by color.

Here's how to sort data by color:

  1. On the Home tab, click Sort & Filter and choose the Custom Sort… option. The Sort dialog window will appear.
  2. In the Column drop-down list, select the target column.
  3. In the Sort On drop-down list, choose Cell Color.
  4. In the Order drop-down lists, set the color and sort order. We recommend selecting On bottom as it makes the selection process easier in the next step.

큰 통합 문서에서 셀을 선택할 때 Excel 충돌 또는 동결 방지

Tip. How to restore the original row order on the result sheet after sorting, if your table lacks a dedicated column like No. or ID? Just create a helper column with sequential numbers before sorting. This can be easily done using the Excel Auto Fill feature or the SEQUENCE function.

If sorting by color is not suitable for your data for any reason, you can achieve a similar result using the filter by color option:

  1. Add an auto-filter to your dataset.
  2. Click the filter icon in the target column.
  3. In the menu that opens, click Filter by Color and pick the color you used for conditional formatting.

큰 통합 문서에서 셀을 선택할 때 Excel 충돌 또는 동결 방지

Step 3: Make your selection. With your data neatly sorted or filtered by color and the desired values grouped, you can now effortlessly select them or perform various actions like copying, formatting, or transferring them to another worksheet without the worry of Excel crashing.

For instance, to select colored cells sorted at the bottom of the column, just click on the first colored cell and press the Ctrl + Shift + End key combination to extend your selection to the last used cell.

If your values are filtered by color, the process is even simpler – as only colored cells are visible, you can select them using your mouse as you normally do.

큰 통합 문서에서 셀을 선택할 때 Excel 충돌 또는 동결 방지

Crash-free way to select cells in big worksheets with different colors

The Conditional Formatting method works nicely when your dataset contains only one color for highlighting. But what if your worksheet is already a colorful canvas with various shades? How can you find the specific values you need within this mosaic of colors? Fear not, Ablebits Ultimate Suite offers a few smart tools to tackle this challenge. Below, you’ll find the detailed guidance on utilizing each tool.

Note. The tools process only one column at a time. The result is displayed in a separate column, which is automatically inserted to the right of the column where the search was performed.

Find target data using Substring Tools

The Ultimate Suite for Excel offers a set of useful features for manipulating strings and substrings. The Extract Substrings option is particularly useful when you need to find and extract all values containing a specific character or text (substring). Here's how to do it:

  1. Enter your search criteria in an empty cell(s) on the current sheet or a new one.
  2. On the Ablebits Data tab, in the Text group, pick the Extract Substrings option from the Substring Tools menu.
  3. In the Source column box, specify the range where you want to perform the search.
  4. In the Substring range box, specify the cell or range containing your search criteria.
  5. If necessary, add a delimiter in the Split with box.
  6. For case-sensitive search, check the Case-sensitive checkbox.
  7. Click the Extract button.

큰 통합 문서에서 셀을 선택할 때 Excel 충돌 또는 동결 방지

All the found values (asterisks in our case) are now in a separate column. To further analyze your original data, simply sort or filter your dataset based on that helper column.

큰 통합 문서에서 셀을 선택할 때 Excel 충돌 또는 동결 방지

Find data at certain positions in strings using Regex Tools

For those comfortable with regular expressions, our Regex Tools are a boon. And for newcomers, we've created an Excel Regex cheat sheet to ease the learning curve.

The regular expression language is exceptionally versatile, allowing you to make patterns not just for finding all asterisks, but also for matching only those asterisks positioned at particular locations within a string.

To find data matching a certain pattern, follow these steps:

  1. Navigate to the Ablebits tab and, in the Text group, click on Regex Tools.
  2. Select a column to search for values. The selected range will be displayed in the topmost box on the Regex Tools pane.
  3. In the Regex box, enter your regular expression. For example, to match asterisks located in various positions in a string, you can use these patterns:
    • ^[*] - matches an asterisk at the beginning of the string.
    • .+[*].+ - matches an asterisk in the middle of the string.
    • [*]$ - matches an asterisk at the end of the string.
    • [*] - matches an asterisk in any position.
  4. Choose either the Match or Extract option. The former will mark the records that match / do not match the pattern with the TRUE / FALSE labels, while the latter will extract the matching values into a separate column.
  5. Click the Extract button.

큰 통합 문서에서 셀을 선택할 때 Excel 충돌 또는 동결 방지

That's it! With the extracted asterisks in a separate column, you can easily sort or filter your data based on this new column, simplifying further processing of the original data.

큰 통합 문서에서 셀을 선택할 때 Excel 충돌 또는 동결 방지

For more examples of using this tool, see How to extract strings in Excel with regexes.

In conclusion, we've explored several effective techniques for searching and selecting extensive data within large datasets. Whether you opt for utilizing Excel's standard features or Ablebits tools, these approaches will shield you from the inconvenience of Excel freezing or experiencing unexpected crashes.

Available downloads

Ultimate Suite 14-day fully-functional version (.exe file)

위 내용은 큰 통합 문서에서 셀을 선택할 때 Excel 충돌 또는 동결 방지의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿