Note: Changing system function key preferences affects how the function keys work for your Mac, not just Excel. After changing this setting, you can still perform the special features printed on a function key. Just press the FN key. For example, to use the F12 key to change your volume, you would press FN+F12.

If a function key doesn't work as you expect it to, press the FN key in addition to the function key. If you don't want to press the FN key each time, you can change your Apple system preferences:

Change function key preferences with the mouse

  1. On the Apple menu, press System Preferences.
  2. Select Keyboard.
  3. On the Keyboard tab, select the check box for Use all F1, F2, etc. keys as standard function keys.

The following table provides the function key shortcuts for Excel for Mac

To do this
Press
Display the Help window
F1
Edit the selected cell
F2
Insert or edit a cell comment
SHIFT + F2
Open the Save dialog
OPTION + F2
Open the Formula Builder
SHIFT +F3
Open the Define Name dialog
+F3
Close
+F4
Display the Go To dialog
F5
Display the Find dialog
SHIFT + F5
Move to the Search Sheet dialog
CONTROL + F5
Check spelling
F7
Open the thesaurus
SHIFT + F7
or
CONTROL + OPTION + + R
Extend the selection
F8
Add to the selection
SHIFT + F8
Display the Macro dialog
OPTION +F8
Calculate all open workbooks
F9
Calculate the active sheet
SHIFT + F9
Minimize the active window
CONTROL + F9
Display a contextual menu, or 'right click' menu
SHIFT + F10
Maximize or restore the active window
CONTROL + F10
or
+ F10
Insert a new chart sheet*
F11
Insert a new sheet*
SHIFT + F11
Insert an Excel 4.0 macro sheet
+ F11
Open Visual Basic
OPTION + F11
Display the Save As dialog
F12
Display the Open dialog
+ F12

Drawing

To do this
Press
Toggle Drawing mode
+ CONTROL + Z

See also

Technical support for customers with disabilities

Microsoft wants to provide the best possible experience for all our customers. If you have a disability or questions related to accessibility, please contact the Microsoft Disability Answer Desk for technical assistance. The Disability Answer Desk support team is trained in using many popular assistive technologies and can offer assistance in English, Spanish, French, and American Sign Language. Please go to the Microsoft Disability Answer Desk site to find out the contact details for your region.

If you are a government, commercial, or enterprise user, please contact the enterprise Disability Answer Desk.

Many of us fell in love with Excel as we delved into its deep and sophisticated formula features. Because there are multiple ways to get results, you can decide which method works best for you. For example, there are several ways to enter formulas and calculate numbers in Excel.
Microsoft Office Home and Business 2016

Five ways to enter formulas

1. Manually enter Excel formulas:

Long Lists: =SUM(B4:B13)
Short Lists: =SUM(B4,B5,B6,B7); =SUM(B4+B5+B6+B7). Or, place your cursor in the first empty cell at the bottom of your list (or any cell, really) and press the plus sign, then click B4; press the plus sign again and click B5; and so on to the end; then press Enter. Excel adds/totals this list you just “pointed to:” =+B4+B5+B6+B7.

2. Click the Insert Function button

Use the Insert Function button under the Formulas tab to select a function from Excel’s menu list:
=COUNT(B4:B13) Counts the numbers in a range (ignores blank/empty cells).
=COUNTA(B3:B13) Counts all characters in a range (also ignores blank/empty cells).

3. Select a function from a group (Formulas tab)

Narrow your search a bit and choose a formula subset for Financial, Logical, or Date/Time, for example.
=TODAY() Inserts today’s date.

4. The Recently Used button

Click the Recently Used button to show functions you've used recently. It's a welcome timesaver, especially when wrestling with an extra-hairy spreadsheet.
=AVERAGE(B4:B13) adds the list, divides by the number of values, then provides the average.

5. Auto functions under the AutoSum button

Auto functions are my editor's personal favorite, because they're so fast. Select a cell range and a function, and your result appears with no muss or fuss. Here are a few examples:
=MAX(B4:B13) returns the highest value in the list.
=MIN(B4:B13) returns the lowest value in the list.
Note: If your cursor is positioned in the empty cell just below your range of numbers, Excel determines that this is the range you want to calculate and automatically highlights the range, or enters the range cell addresses in the corresponding dialog boxes.
Bonus tip: With basic formulas, the AutoSum button is the top choice. It’s faster to click AutoSum>SUM (notice that Excel highlights the range for you) and press Enter.
Another bonus tip: The quickest way to add/total a list of numbers is to position your cursor at the bottom of the list and press Alt+ = (press the Alt key and hold, press the equal sign, release both keys), then press Enter. Excel highlights the range and totals the column.

Five handy formulas for common tasks

The five formulas below may have somewhat inscrutable names, but their functions save time and data entry on a daily basis.
Note: Some formulas require you to input the single cell or range address of the values or text you want calculated. When Excel displays the various cell/range dialog boxes, you can either manually enter the cell/range address, or cursor and point to it. Pointing means you click the field box first, then click the corresponding cell over in the worksheet. Repeat this process for formulas that calculate a range of cells (e.g., beginning date, ending date, etc.)

1. =DAYS

This is a handy formula to calculate the number of days between two dates (so there’s no worries about how many days are in each month of the range).
Example: End Date October 12, 2015 minus Start Date March 31, 2015 = 195 days
Formula: =DAYS(A30,A29)

2. =NETWORKDAYS

This similar formula calculates the number of workdays (i.e., a five-day workweek) within a specified timeframe. It also includes an option to subtract the holidays from the total, but this must be entered as a range of dates.
Example: Start Date March 31, 2015 minus End Date October 12, 2015 = 140 days
Formula: =NETWORKDAYS(A33,A34)

3. =TRIM

TRIM is a lifesaver if you’re always importing or pasting text into Excel (such as from a database, website, word processing software, or other text-based program). So often, the imported text is filled with extra spaces scattered throughout the list. TRIM removes the extra spaces in seconds. In this case, just enter the formula once, then copy it down to the end of the list.
Example: =TRIM plus the cell address inside parenthesis.
Formula: =TRIM(A39)

4. =CONCATENATE

This is another keeper if you import a lot of data into Excel. This formula joins (or merges) the contents of two or more fields/cells into one. For example: In databases; dates, times, phone numbers, and other multiple data records are often entered in separate fields, which is a real inconvenience. To add spaces between words or punctuation between fields, just surround this data with quotation marks.
Example: =CONCATENATE plus (month,”space”,day,”comma space”,year) where month, day, and year are cell addresses and the info inside the quotation marks is actually a space and a comma.
Formula: For dates enter: =CONCATENATE(E33,” “,F33,”, “,G33)
Formula: For phone numbers enter: =CONCATENATE(E37,”-“,F37,”-“,G37)

5. =DATEVALUE

Microsoft excel shortcuts cheat sheet pdf
DATEVALUE converts the above formula into an Excel date, which is necessary if you plan to use this date for calculations. This one is easy: Select DATEVALUE from the formula list. Click the Date_Text field in the dialog box, click the corresponding cell on the spreadsheet, then click OK, and copy down. The results are Excel serial numbers, so you must choose Format>Format Cells>Number>Date, and then select a format from the list.
Formula: =DATEVALUE(H33)

Three more formula tips

As you work with formulas more, keep these bonus tips in mind to avoid confusion:
Tip 1: You don’t need another formula to convert formulas to text or numbers. Just copy the range of formulas and then paste as Special>Values. Why bother to convert the formulas to values? Because you can’t move or manipulate the data until it’s converted. Those cells may look like phone numbers, but they’re actually formulas, which cannot be edited as numbers or text.
Tip 2: If you use Copy and Paste > Special > Values for dates, the result will be text and cannot be converted to a real date. Dates require the DATEVALUE formula to function as actual dates.
Tip 3: Formulas are always displayed in uppercase; however, if you type them in lowercase, Excel converts them to uppercase. Also notice there are no spaces in formulas. If your formula fails, check for spaces and remove them.
To comment on this article and other PCWorld content, visit our Facebook page or our Twitter feed.
Need to get up to speed on the latest features in Excel 2016? Wrestling with an old version of Word? Looking to get more out of Windows 10? Computerworld’s cheat sheets are easy-to-use guides to help you navigate Microsoft's core productivity apps.
Here's a one-stop resource where you can find in-depth stories on several generations of Word, Excel, PowerPoint, and Outlook for Windows, focusing on what's new in each major release. We've also got guides for SharePoint, OneNote, Microsoft Teams and Windows itself.
Microsoft's subscription-based office suite, Office 365, is continually updated with new features, and the company recently released Office 2019, its latest non-subscription office suite. We'll be publishing new cheat sheets to cover those products, but we're willing to bet that many companies and individuals will stay on older versions of the standalone software for some time to come. We've got you covered here.

Windows 10

Microsoft Excel Shortcuts Cheat Sheet

Windows 10 cheat sheet

The best operating system that's come along from Microsoft in a long time, Windows 10 is continually improving with major feature updates every spring and fall. Get to know the interface and key features, and don't miss our downloadable list of handy gestures and shortcuts for Windows 10. (Current for the Windows 10 October 2018 Update, version 1809.)

Microsoft OneDrive cheat sheet

If you have Windows 10, you have OneDrive. Here’s how to back up, sync and share files in OneDrive and OneDrive for Business.

Office 2016, Office 2019 and Office 365 apps

Excel 2016 and 2019 cheat sheet

Now updated for Excel 2019, our guide covers several useful chart types introduced in Excel 2016 and Excel 2019, as well as how to use several impressive new data analysis tools. We've also got a list of handy keyboard shortcuts in Excel, as well as the Excel 2016 and 2019 Ribbon quick reference.

Word 2016 cheat sheet

Learn how to use Word's new live collaborative editing features, and how the Tell Me, Smart Lookup and Researcher features work. Also included is a list of handy keyboard shortcuts for Word 2016. If you just want to know where to find various commands on the Ribbon, download our Word 2016 Ribbon quick reference.

PowerPoint 2016 cheat sheet

Like Word and Excel, PowerPoint 2016 gets Tell Me, Smart Lookup, real-time collaborative editing and six new chart types. We cover all that plus several handy features for Office 365 subscribers — not to mention our list of keyboard shortcuts for PowerPoint 2016 and the PowerPoint 2016 Ribbon quick reference.

Outlook 2016 cheat sheet

Outlook 2016 has been enhanced with Smart Lookup, Tell Me, and features to help you find files you want to attach and keep a tidy inbox. And don't miss our list of keyboard shortcuts for Outlook 2016 and the Outlook 2016 Ribbon quick reference.

SharePoint Online cheat sheet

Learn how to find your way around SharePoint Online (the Office 365 version of SharePoint), create sites, share and manage documents, work with calendars, integrate with Outlook and more. Then go beyond the basics in 5 tips for working with SharePoint Online.

Microsoft Teams cheat sheet

Microsoft's answer to Slack, Teams provides group messaging, voice and video calls, and useful integrations with other Office 365 apps. Here's how to get set up in Teams and find your way around. Ready to go to the next level with Teams? See 8 Microsoft Teams tips and tricks.

5 power user tips for Microsoft OneNote

While Evernote is the undisputed king of the digital note-taking world, OneNote deserves some attention — not least because if you have Office, you already have OneNote. This story details five ways to make the app really shine.

Office 2013 apps

Word 2013 cheat sheet

Among the major features introduced in Word 2013 are a Start screen, a Design tab, Read Mode, and OneDrive sync. Our guide covers how to use them all and provides handy keyboard shortcuts for Word 2013. There's also a Word 2013 Ribbon quick reference.

SharePoint 2013 cheat sheet

Learn the basics of navigating and using a SharePoint site, where to go to find some of the customization options, and 5 advanced SharePoint 2013 tips.

Office 2010 apps

Outlook 2010 cheat sheet

The Ribbon was only half-present in Outlook 2007, but in Outlook 2010 it's ubiquitous. Other notable changes include Conversation View to group email messages, Schedule View for scheduling meetings, and an enhanced search function. We show you how to use them all, provide some handy keyboard shortcuts for Outlook 2010 and detail where old Outlook 2003 commands are located in Outlook 2010.

PowerPoint 2010 cheat sheet

Microsoft Excel Shortcuts Cheat Sheet

Learn how to use PowerPoint 2010's new multimedia editing tools, sharing options and other handy features. As usual, we've got keyboard shortcuts for PowerPoint 2010 and a guide to finding old PowerPoint 2003 commands on the PowerPoint 2010 Ribbon.

Microsoft Excel Keyboard Shortcuts Cheat Sheet

Excel 2010 cheat sheet

Microsoft Excel Shortcuts Cheat Sheet Pdf

Excel 2010 introduces Sparklines, Slicers, and other enhancements to PivotTables and PivotCharts. Find out how to use those, along with keyboard shortcuts for Excel 2010 and our quick reference for finding your favorite commands on the Excel 2010 Ribbon.

Word 2010 cheat sheet

Learn how to use Word 2010's new Navigation pane, image editing tools, text effects and other new features. Also see the list of handy keyboard shortcuts for Word 2010 and our Word 2010 Ribbon quick reference charts.

SharePoint 2010 cheat sheet

Unlike earlier versions of SharePoint, SharePoint 2010 is based on the Ribbon interface. Here's how to find your way around and get started with a SharePoint site. Also see 5 tips for working with SharePoint 2010 for more advanced techniques.

Windows 8

Windows 8 cheat sheet

Not many people are still using this nightmare of an operating system, which radically overhauled the classic Windows interface in an attempt to make it more like a mobile OS. But just in case, here's help finding your way around.