Link to this headingExcel
Shortcuts:
Alt + =: Auto SumAlt + O + A: Auto format tableCtrl + Space: Select the full columnAlt + A + E: Convert Text to columns (like for CSVs)Alt + H + O + I: Autofix cell sizesCtrl + T: Create a Table from selection
Helpful Functions:
=IMAGE("http://URL"): Render Image from URL
Link to this headingBar Charts
REPT("|", A3)- Change Font to Playbill
Link to this headingLine Graph
- Select Cells
- Insert Tab -> Line Button
- Select Data Range
Link to this headingBarcodes
- Use
"*"&B2&"*" - Change font to Lebre Barcode 39
Link to this headingBetter Merge and Center
- Select rows
Ctrl + 1- Alignment Tab -> Center Across Selection
Link to this headingEasy Find replace
- Select all
Ctrl + G- Click Special Button
Link to this headingImport tables from the Web
- Data Tab -> From Web
- Paste the URL
- Select Advanced
- Select the table
Link to this headingRemove Duplicates
- Data Tab -> Remove Duplicates
Link to this headingSheets
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
Link to this headingData Validation
Use Date Picker
- Data Toolbar -> Data Validation
- Add Rule Button -> Change Criteria Dropdown to is valid date.
Select from an Option
- Data Toolbar -> Data Validation
- Add Rule Button -> Change Criteria Dropdown to Dropdown.
- Enter selections
Link to this headingCSV to Table
- Highlight the data
- Data Menubar -> Split text to columns
Link to this headingCustom Functions
- Data Menubar -> Named Functions