| My Membership | |
| About NCACPA | |
| CPE & Events | |
| Chapters | |
| Peer Review | |
| Young CPAs | |
| Students | |
| Community Outreach | |
| Press Room | |
| Advertise | |
| NCACPA Job Bank | |
![]() ![]() |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
| Ctrl+Z | Undo |
| Ctrl+C Enter, Ctrl+V Ctrl+X | Copy, Paste, Multiple Paste, Cut |
| Ctrl+F, Ctrl+H | Find, Find & Replace |
| Ctrl+P, Ctrl+S, Ctrl+F4, Alt+F4 | Print, Save, Close, Close Excel |
| Ctrl+Arrow | Move to edge of region |
| Ctrl+* | Select current region |
| Ctrl+A | Select all cells |
| Ctrl+Home Ctrl+End | Select A1, Select last cell in used range |
| Ctrl+Shift+End | Select from active cell to last cell in used range. |
| Ctrl+Shift+Home | Select from active cell to A1 |
| Ctrl+Page Down Ctrl+Page Up | Move to the next sheet, Move to the previous sheet |
| Ctrl+Tab | Move to next open workbook |
| Ctrl+N | Open new workbook |
| Shift+F11 | Insert new worksheet |
| Shift+F3 | Paste function window |
| =+FunctionName+Ctrl+A | Insert new function |
| Alt+F11 | Open VBE |
| Ctrl+Shift+Enter | Array formula |
| Ctrl+F3, F3 | Define name, Paste name |
| Ctrl+Spacebar Shift+Spacebar | Select columns, Select rows |
| Ctrl+1, Ctrl+B, Ctrl+U | Format cells, Bold, Underline |
| Ctrl+; , Ctrl+shift+: | Current date, Current time |
Hiding errors in formulas before printing in Microsoft Excel
1. Select the Print Area in the Worksheet, and from Format, select Conditional Formatting.
2. In Condition 1, select Formula Is. In the Formula box, type =IsError(A1).
3. Click Format and select the Font tab. Under Color, select white and click OK. In the Conditional Formatting dialog box, click OK again.
Copying a series from one chart to another in Microsoft Excel
To copy one data series from one chart
to another:
1. Select the series on the first chart.
2. Click in the formula bar, select and copy the
series formula
3. Click on the edge of the second chart
to select the chart.
4. Click in the formula bar and paste
5. Press Enter
Quick Move to end of range of cells in Microsoft Excel
Instead of moving from a cell to the end of a range of cells by using Ctrl+Arrow, just simply double-click on the edge of the cell nearest to the direction which you want to go.
Auto-expanding a Date Type Chart using Microsoft Excel
When making a Chart that contains info for a date range, you often have to fill in data you know, and go back and adjust your Chart to include the subsequent date range once data is available.
To avoid this particular issue, make the data
your Chart reference a link to 'real'
data. In this reference data area,
insert a formula such as =if(A1<>"",A1,NA()) so
the cells referencing accumulated data
are filled in, while cells referenced not yet
accumulated data are filled with #N/A.
You also need to set the chart to
time-scale by selecting Chart
Options\Axes\Time Scale
By doing this, you can have the chart
reference 'dates' and data that haven't
yet arrived. Excel ignores the #N/A fields
until their referenced cells contain data,
expanding the chart on the fly to include
the 'new' data.
Adding a wrap text shortcut in Microsoft Excel
Wrap text is a useful technique that you
will use frequently when working in Excel.
You add the shortcut by adding a style in
the Style box.
Adding the Style box to the Formatting toolbar
1. Right-click one of the toolbars, and select Customize.
2. Select the Commands tab, and then select Format.
3. Drag the Style icon from the Customize dialog box to the Formatting toolbar, and drop it next to the Font Size box (or anywhere else you choose).
4. Click Close.
Adding wrap text to the Style box
1. Enter text or several words into a cell in the worksheet, and press Ctrl+1.
2. Select the Alignment tab, check the wrap text check box, and click OK.
3. In the Style box, enter the text wrap text.
Create and Add a Function for Reversed Text Characters in Microsoft Excel
Click Alt+F11 to open Visual Basic Editor (VBE).
From the Insert menu, select Module (to add a module).
Enter the following lines of code into the module:
Function ReverseText(text) As String
Dim TextLen As Integer
Dim i As Integer
TextLen = Len(text)
For i = TextLen To 1 Step -1
ReverseText = ReverseText & Mid(text, i, 1)
Next i
End Function
Testing the function:
1. To test the function, open Paste Function (Shift+F3).
2. From the User Defined category, select the ReverseText function.
3. In the function box, select any cell that contains text.
4. Click OK.
Joining text using a Keyboard shortcut in Microsoft Excel
1.In cell A1, enter the text "This is the".
2. In cell A2, enter the text "best excel book ever published".
3. In cell A3, enter the formula =A1&" "&A2.
Explanation
The ampersand symbol (&, Shift+7) joins text
the same way the + symbol joins numbers. The
quotation marks are used to add empty spaces
between them.
In the example above, a space is added between
the words combined. In cell A3, you can see the
combined sentence.
| Your Member Benefits | Career Connection | Student Central |
| Student Membership Application | Exam Buzz | Educators’ Alley |
|
3100 Gateway Centre Boulevard /
Morrisville, NC 27560 /
Contact A Staff Member |