찾다
주제excelExcel에서 취소하는 방법 : 바로 가기, 여러 작업, 작동하지 않음

In this article, we will guide you through the process of using the Undo feature in Excel, empowering you to take control of your data a like a pro.

Mistakes happen to the best of us. Whether you're a seasoned Excel user who has been navigating spreadsheets for years or just starting to explore its capabilities, knowing how to correct mistakes without unnecessary hassle is essential. Excel's Undo function is like a safety net, allowing you to backtrack and make adjustments without fear of losing vital information or wasting time. So, let's dive in and discover the secrets of undoing erroneous edits in Excel.

Excel Undo feature

The Undo feature in Excel lets you revert the last action you performed, whether it was data entry, formatting, or any other modification. It's an invaluable feature, especially when you make unintentional changes or need to backtrack. Here are some cases that can be quickly resolved with the help of Undo:

  • Get an accidentally deleted cell value back
  • Revert formatting changes
  • Recover deleted rows or columns
  • Restore a mistakenly edited formula
  • Reverse wrong sorting or filtering

How to undo in Excel

There are 2 quick ways to revert an action in Excel – using the Quick Access Toolbar button and keyboard shortcut.

To undo an action with a button, follow these steps:

  1. At the top left corner of the spreadsheet, locate the Undo button, which is represented by a curved arrow pointing to the left.
  2. Hover over the button to see a description of the action that will be undone.
  3. Click on the Undo button to revert the action.

That's it! If needed, you can repeatedly use the Undo button to step back through multiple actions one at a time, helping you correct errors and maintain data accuracy.

Excel에서 취소하는 방법 : 바로 가기, 여러 작업, 작동하지 않음

Normally, the Undo button appears in the QAT by default, providing quick access to the undo functionality. In case it is not visible in your Excel version, you can add it by customizing the Quick Access Toolbar.

Excel shortcut for undo

Another swift way to undo the last action in Excel is to press Ctrl + Z on your keyboard. This is the universal Undo shortcut across many applications, not just Microsoft Excel.

Mac users can use the Command + Z shortcut to undo in Excel.

To revert a few actions, you can press the Undo shortcut as many times as needed.

Excel undo not working

While the Undo feature in Excel is a helpful tool for reverting recent actions, there are certain situations where it may encounter difficulties or not function as expected. This may lead users to ask, “Why cannot I undo in Excel?” Here are some common scenarios where the Undo function might not work as you would anticipate:

  1. Some actions cannot be undone. Excel has limitations on what actions can be undone. For instance, saving a file, clicking menu items, using commands on the File tab, or deleting sheets are not reversible using the Undo feature. Once you perform any of these actions, you won't be able to go back using the standard undo command.
  2. Undo across multiple documents. Excel maintains a single Undo stack for all open workbooks. This means that if you make edits in one workbook (e.g. Workbook 1), then switch to another workbook (e.g. Workbook 2) and attempt to undo, Excel will switch back to Workbook 1 and revert the last change there. This behavior can be confusing, especially when working with multiple files simultaneously.
  3. VBA macros disable the Undo functionality. If you make changes to your Excel worksheet using VBA macros, be aware that the entire Undo stack will get lost. As a result, the Undo command will change to Can't Undo (greyed out). VBA macros can cause this functionality to behave unexpectedly, so exercise caution when using them if you rely heavily on the Excel Undo feature.
  4. Limited to the current session. The Undo feature only works for actions taken during the current session. This means that if you close and reopen the spreadsheet, you won’t be able to undo any actions from the previous session.

Excel에서 취소하는 방법 : 바로 가기, 여러 작업, 작동하지 않음

How to undo multiple edits in Excel

When you find yourself needing to undo multiple actions in Excel, there's no need to click the Undo button or hit the shortcut repeatedly. Excel provides a more efficient way to reverse a series of actions in one go. Here's how you can do it:

  1. Click the drop-down arrow next to the Undo button in the Quick Access Toolbar. This will display a list of all subsequent actions you've performed across all open workbooks.
  2. Move your cursor down the list to highlight all the previous actions you want to revert. Excel will display the number of actions that will be undone at the bottom of the drop-down list.
  3. Click on the last highlighted action to initiate the undo process for all the selected actions.

That's it! With just one action, you can undo the last 3, 4, 5, or more edits and save valuable time. This feature is incredibly useful when you need to backtrack through several recent changes without the need for repetitive clicking.

Excel에서 취소하는 방법 : 바로 가기, 여러 작업, 작동하지 않음

Tip. Just as you can efficiently undo multiple edits, you can also redo multiple actions all at once using the same method. Unfortunately, there is no built-in functionality to repeat a set of actions in Excel.

Undo limit in Excel

While Excel's Undo feature is an invaluable time saver, it does have its limits. Excel allows you to undo only the last 100 edits, and the Quick Access Toolbar displays up to 20 of your most recent actions. If you find these limitations restrictive, you can adjust the Undo limit in the Windows Registry.

Here's how you can change the number of undo levels in Excel:

  1. Close Excel and any other Office programs that are running.
  2. In the Search box, type regedit and press the Enter key. Depending on your Windows version, you may be asked to confirm opening Registry Editor.
  3. In Registry Editor, navigate to the following registry subkey: HKEY_CURRENT_USER\Software\Microsoft\Office{version}\Excel\Options
  4. Right-click Options, point to New, and then click DWORD Value. The default "New Value #1" will be created.
  5. Select the newly created New Value #1, change its name to UndoHistory, and press Enter.
  6. Right-click UndoHistory, and then click Modify.
  7. In the Edit DWORD Value dialog box, select Decimal, type the desired number of undo actions in the Value box, and click OK.
  8. Exit Registry Editor.

When you start Excel, it will store an undo history for the number of actions you specified.

Excel에서 취소하는 방법 : 바로 가기, 여러 작업, 작동하지 않음

Potential memory issues

When changing the number of undo levels in Excel, be mindful of memory considerations. The more levels you have, the more RAM (Random Access Memory) is required to store the undo history, which can significantly affect Excel's performance, especially when dealing with large datasets or resource-intensive operations. Imagine performing 10 operations that affect 100,000 cells each - Excel would need to store those 1M values until you perform another 100 operations! So, strike a balance between the undo limits and system resources to ensure smooth Excel performance.

If you find that 20 or 50 levels of Undo are sufficient for your needs, you can set that limit in the Windows Registry, as explained earlier. Another approach to mitigate memory concerns is to disable Undo for Data Model operations by following these steps:

  1. In your Excel, click on File and choose Options.
  2. In the left pane, select Data.
  3. Under Data options, select the Disable Undo for Data Model operations option and set the threshold data model size, which defaults to 8MB.

Excel에서 취소하는 방법 : 바로 가기, 여러 작업, 작동하지 않음

Alternatives to Undo functionality in Excel

If you find yourself unable to undo certain changes or encounter issues with the Undo feature, there are alternative methods to safeguard your work:

Make a copy of your workbook. Before attempting to make critical changes to your worksheet, it's a prudent practice to create a copy of your file. By doing so, you can preserve the original version and have a backup in case any irreversible actions are taken.

Restore a previous version. Excel offers a powerful Restore feature that automatically creates snapshots of your workbook at specific points in time as you progress. By using this feature, you can revert to any previous version when required. For more information, see How to recover overwritten Excel files.

That's how to efficiently use the Undo function in Excel. Keeping these tips in mind will help you maintain data accuracy and manage your spreadsheets with confidence.

위 내용은 Excel에서 취소하는 방법 : 바로 가기, 여러 작업, 작동하지 않음의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
Excel의 중간 공식 - 실제 예Excel의 중간 공식 - 실제 예Apr 11, 2025 pm 12:08 PM

이 튜토리얼은 중간 기능을 사용하여 Excel에서 수치 데이터의 중앙값을 계산하는 방법을 설명합니다. 중앙 경향의 주요 척도 인 중앙값은 데이터 세트의 중간 값을 식별하여 Central Tenden의보다 강력한 표현을 제공합니다.

Google 스프레드 시트 Countif 기능은 공식 예제와 함께합니다Google 스프레드 시트 Countif 기능은 공식 예제와 함께합니다Apr 11, 2025 pm 12:03 PM

마스터 Google Sheets Countif : 포괄적 인 가이드 이 안내서는 Google 시트의 다목적 카운티프 기능을 탐색하여 간단한 셀 카운팅 이외의 응용 프로그램을 보여줍니다. 우리는 정확하고 부분적인 경기에서 Han에 이르기까지 다양한 시나리오를 다룰 것입니다.

Excel 공유 통합 문서 : 여러 사용자를위한 Excel 파일을 공유하는 방법Excel 공유 통합 문서 : 여러 사용자를위한 Excel 파일을 공유하는 방법Apr 11, 2025 am 11:58 AM

이 튜토리얼은 다양한 방법, 액세스 제어 및 갈등 해결을 다루는 Excel 통합 문서 공유에 대한 포괄적 인 안내서를 제공합니다. Modern Excel 버전 (2010, 2013, 2016 및 이후) ​​협업 편집을 단순화하여 M에 대한 필요성을 제거합니다.

Excel을 JPG로 변환하는 방법 - 이미지 파일로 .xls 또는 .xlsx를 저장Excel을 JPG로 변환하는 방법 - 이미지 파일로 .xls 또는 .xlsx를 저장Apr 11, 2025 am 11:31 AM

이 자습서는 .xls 파일을 .jpg 이미지로 변환하는 다양한 방법을 탐색하여 내장 된 Windows 도구와 무료 온라인 변환기를 모두 포함합니다. 프레젠테이션을 만들거나 스프레드 시트 데이터를 단단히 공유하거나 문서를 디자인해야합니까? YO를 변환합니다

Excel 이름 및 명명 범위 : 공식에서 정의 및 사용 방법Excel 이름 및 명명 범위 : 공식에서 정의 및 사용 방법Apr 11, 2025 am 11:13 AM

이 튜토리얼은 Excel 이름의 기능을 명확히하고 셀, 범위, 상수 또는 공식의 이름을 정의하는 방법을 보여줍니다. 또한 정의 된 이름을 편집, 필터링 및 삭제하는 것도 다룹니다. Excel 이름은 엄청나게 유용하지만 종종 오버로입니다

표준 편차 Excel : 기능 및 공식 예제표준 편차 Excel : 기능 및 공식 예제Apr 11, 2025 am 11:01 AM

이 튜토리얼은 표준 편차와 평균의 표준 오차의 차이점을 명확히하여 표준 편차 계산을위한 최적의 Excel 함수를 안내합니다. 설명 통계에서 평균 및 표준 편차는 Intrinsi입니다.

Excel의 제곱근 : SQRT 기능 및 기타 방법Excel의 제곱근 : SQRT 기능 및 기타 방법Apr 11, 2025 am 10:34 AM

이 Excel 튜토리얼은 정사각형 뿌리와 Nth 뿌리를 계산하는 방법을 보여줍니다. 제곱근을 찾는 것은 일반적인 수학적 작동이며 Excel은 몇 가지 방법을 제공합니다. Excel에서 사각형 뿌리를 계산하는 방법 : SQRT 기능 사용 : the

Google Sheets Basics : Google 스프레드 시트에서 작업하는 방법을 배우십시오.Google Sheets Basics : Google 스프레드 시트에서 작업하는 방법을 배우십시오.Apr 11, 2025 am 10:23 AM

Google Sheets : 초보자 가이드의 힘을 잠금 해제하십시오 이 튜토리얼은 MS Excel에 대한 강력하고 다양한 대안 인 Google Sheets의 기본 사항을 소개합니다. 스프레드 시트를 쉽게 관리하고, 주요 기능을 활용하며, 협업하는 방법에 대해 알아보십시오.

See all articles

핫 AI 도구

Undresser.AI Undress

Undresser.AI Undress

사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover

AI Clothes Remover

사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool

Undress AI Tool

무료로 이미지를 벗다

Clothoff.io

Clothoff.io

AI 옷 제거제

AI Hentai Generator

AI Hentai Generator

AI Hentai를 무료로 생성하십시오.

인기 기사

R.E.P.O. 에너지 결정과 그들이하는 일 (노란색 크리스탈)
4 몇 주 전By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. 최고의 그래픽 설정
4 몇 주 전By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. 아무도들을 수없는 경우 오디오를 수정하는 방법
4 몇 주 전By尊渡假赌尊渡假赌尊渡假赌
WWE 2K25 : Myrise에서 모든 것을 잠금 해제하는 방법
1 몇 달 전By尊渡假赌尊渡假赌尊渡假赌

뜨거운 도구

SublimeText3 중국어 버전

SublimeText3 중국어 버전

중국어 버전, 사용하기 매우 쉽습니다.

SublimeText3 Mac 버전

SublimeText3 Mac 버전

신 수준의 코드 편집 소프트웨어(SublimeText3)

SecList

SecList

SecLists는 최고의 보안 테스터의 동반자입니다. 보안 평가 시 자주 사용되는 다양한 유형의 목록을 한 곳에 모아 놓은 것입니다. SecLists는 보안 테스터에게 필요할 수 있는 모든 목록을 편리하게 제공하여 보안 테스트를 더욱 효율적이고 생산적으로 만드는 데 도움이 됩니다. 목록 유형에는 사용자 이름, 비밀번호, URL, 퍼징 페이로드, 민감한 데이터 패턴, 웹 셸 등이 포함됩니다. 테스터는 이 저장소를 새로운 테스트 시스템으로 간단히 가져올 수 있으며 필요한 모든 유형의 목록에 액세스할 수 있습니다.

Dreamweaver Mac版

Dreamweaver Mac版

시각적 웹 개발 도구

PhpStorm 맥 버전

PhpStorm 맥 버전

최신(2018.2.1) 전문 PHP 통합 개발 도구