10 Hidden Features in Microsoft Excel (You’ll Wish You Knew Sooner)
Table of Contents
Introduction
This tutorial covers ten hidden features in Microsoft Excel that can greatly enhance your productivity and efficiency. By learning these features, you'll elevate your Excel skills and make your work smoother and more effective.
Chapter 1: Camera Tool
The Camera Tool allows you to take snapshots of specific cells or ranges, which can be viewed as images on another sheet.
How to Enable the Camera Tool
- Right-click on the ribbon.
- Select "Customize the Ribbon."
- Click on "New Tab" to create a custom tab.
- Rename the tab and select the custom group.
- From the left dropdown, choose "Commands Not in the Ribbon."
- Find and select "Camera," then click the button to add it to your custom tab.
Usage
- Select the cells you want to capture.
- Click the Camera Tool icon to create a snapshot.
- Paste this snapshot anywhere in your workbook.
Chapter 2: Importing Web Data
With Power Query, you can import and keep data from a website up to date.
Steps to Import Data
- Go to the Data tab.
- Click on From Web.
- Enter the website URL and click Connect.
- Select the desired table and click Load.
Refreshing Data
- Go to Queries and Connections to refresh the data manually or use the Refresh All button in the Data tab.
Chapter 3: 3D References
3D References allow you to reference the same cell across multiple sheets.
How to Create a 3D Reference
- Use the SUM formula with the following syntax:
This references cell K13 from all sheets between=SUM(Sheet1:Sheet3!K13)
Sheet1
andSheet3
.
Chapter 4: Go To Special
This feature helps you quickly select and delete blank cells.
Steps to Use Go To Special
- Go to the Home tab.
- Click on Find & Select and choose Go To Special.
- Select Blanks and click OK.
- Right-click and select Delete Row to remove empty rows.
Chapter 5: Circular References
You can enable circular references by allowing iterative calculations.
How to Enable Circular References
- Go to File > Options > Formulas.
- Check Enable Iterative Calculations and set your desired iterations.
- Press F9 or edit a cell to iterate the calculations.
Chapter 6: Autosave Interval
Adjust the autosave frequency to protect your work.
Steps to Change Autosave Interval
- Go to File > Options > Save.
- Modify the setting for "Save Auto-recovery information every" to a preferred timeframe.
Chapter 7: Custom Lists
Create custom lists for auto-completion in Excel.
How to Add Custom Lists
- Go to File > Options > Advanced.
- Under General, select Edit Custom Lists.
- Add your list and click Add.
Chapter 8: Developer Tab
Enable the Developer Tab for advanced tools and features.
Steps to Enable the Developer Tab
- Right-click on the ribbon and select Customize the Ribbon.
- Check the box next to Developer and click OK.
Chapter 9: Advanced File Properties
Set metadata for your Excel files easily.
How to Access Advanced Properties
- Go to File > Info > Properties > Advanced Properties.
- Fill in the metadata fields such as Author, Title, and Company.
Chapter 10: INDIRECT Formula
The INDIRECT formula allows you to reference a cell dynamically.
Example of Using INDIRECT
- To reference a cell based on another cell’s value:
If A1 contains "Sheet1!K13", this formula retrieves the value of K13 from Sheet1.=INDIRECT(A1)
Chapter 11: Cell Dropdown Lists
You can create dropdown lists for easier data entry.
How to Create a Dropdown List
- Select the cell for the dropdown.
- Go to the Data tab and click on Data Validation.
- In the Allow box, select List and input the cell range for your options.
- Ensure In-cell dropdown is checked, then click OK.
Conclusion
By mastering these hidden features in Excel, you can enhance your productivity and streamline your workflow. Start implementing these tools and techniques today to make your Excel experience more efficient. For further learning, consider exploring additional Excel tutorials or advanced features.