Set up Excel for Data Analysis
Below are few tips to set up Excel for Data Analysis:
How to create table and name it?
How to create table and name it?
- In Excel Tab, click on any cell with data in it and press Ctrl +T. Excel will automatically select all columns and rows that have data. Click OK to create Table.
- In Tab, click on any cell that have data. In Top Menu Bar, select Design Tab. In top left hand side of screen, find table name option to change name from Table1 to Name you want to change to.
How to activate Excel Solver add-in?
- Select File - Options - "Add-Ins" Option and click GO button
- Check the box labeled "Solver Add-in" and click OK
- Navigate to Data Tab and see new button for Solver Add-in
How to enable Developer Tab to view macros?
Shortcuts:
# ALT+F11 - To invoke VBA Editor or Toggle back to Excel
Steps to create VBA code
1. Open VBA editor
2. Create Module
- Select File - Options - Click "Customize Ribbon"
- On the right-hand side of the Excel Options dialog box, check the Developer checkbox and click OK
- Check that DEVELOPER menu has been added to the ribbon.
Shortcuts:
# ALT+F11 - To invoke VBA Editor or Toggle back to Excel
Shortcut keys
|
Description
|
---|---|
Ctrl + ; (semicolon)
|
This enters the current date
|
Ctrl + I
|
This italicizes the text
|
Ctrl + 1
|
This displays the Format Cells dialog box
|
Ctrl + T
|
This displays the Create Table dialog box
|
Alt + E + S + V
|
This pastes values only
|
Alt + E + D
|
This deletes the selected cells
|
Shift + Space
|
This selects the entire row
|
Ctrl + Space
|
This selects the entire column
|
Ctrl + E
|
The flashes the Fill menu
|
F2
|
This edits the active cell
|
Alt + O + C + A
|
This resizes the width of the selected cell(s)
|
Shift + Ctrl + Arrow key
|
This highlights all the rows with values in the current column
|
Ctrl + Down arrow key
|
This goes to the last cell with data
|
Shift + F11
| |
Alt + F11
|
This opens the VBA Editor
|
Alt + F8
|
This opens the Macro window
|
Ctrl + Y
|
This repeats the last action taken
|
1. Open VBA editor
2. Create Module