Excel
Excel¶
Shortcuts:
- Alt + =
: Auto Sum
- Alt + O + A
: Auto format table
- Ctrl + Space
: Select the full column
- Alt + A + E
: Convert Text to columns (like for CSVs)
- Alt + H + O + I
: Autofix cell sizes
- Ctrl + T
: Create a Table from selection
Helpful Functions:
- =IMAGE("http://URL")
: Render Image from URL
Bar Charts¶
REPT("|", A3)
- Change Font to Playbill
Line Graph¶
- Select Cells
- Insert Tab -> Line Button
- Select Data Range
Barcodes¶
- Use
"*"&B2&"*"
- Change font to Lebre Barcode 39
Better Merge and Center¶
- Select rows
Ctrl + 1
- Alignment Tab -> Center Across Selection
Easy Find replace¶
- Select all
Ctrl + G
- Click Special Button
Import tables from the Web¶
- Data Tab -> From Web
- Paste the URL
- Select Advanced
- Select the table
Remove Duplicates¶
- Data Tab -> Remove Duplicates
Sheets¶
Generate formulas from a AI prompt
Shortcuts:
- Ctrl + Y
: Repeat Last action at current location
Helpful Functions:
- =QUERY(A:F, "SELECT A, F WHERE B = 'test' and D = 'data' ")
: SQL Like
Data Validation¶
Use Date Picker
1. Data Toolbar -> Data Validation
2. Add Rule Button -> Change Criteria Dropdown to is valid date.
Select from an Option
1. Data Toolbar -> Data Validation
2. Add Rule Button -> Change Criteria Dropdown to Dropdown.
3. Enter selections
CSV to Table¶
- Highlight the data
- Data Menubar -> Split text to columns
Custom Functions¶
- Data Menubar -> Named Functions