Save Time; Magic; Fun
- Absolute & relative cell references ........... (F4)
- Copy from Left ........... (CTRL + R)
- Copy from Top ........... (CTRL + D)
- Format Cell ........... (CTRL + 1)
- Select Non-Adjacent cells .......... (CTRL + Click) ⭐
- Highlight Precedents ........... (CTRL +
[
) - Highlight Dependents ........... (CTRL +
]
) - Select the active column ........... (CTRL + Space)
- Select the active row ........... (CTRL + Shift)
- CTRL + SHIFT + + (Plus) ........... (Insert a new row/col) ⭐
- CTRL + - (Minus) ........... (Remove a row/col) ⭐
- CTRL + SHIFT + # ........... (0-6, e.g., 4 = $ Format)
- Bypass a hyperlink (CTRL+SHIFT)
- Paste List ........... (F3)
- Flash Fill ........... (CTRL + E)
- CTRL + Shift + Mouse Scroll (Navigate Horizontally)
- Copy Entire Sheet
- Insert Blank Column or Row ........... (Shift + Fill Handle)
- Define names for cells
- Import data from web e.g., https://www.imdb.com/chart/top or https://en.wikipedia.org/wiki/Sovereign_wealth_fund
- Copy Visible Cells Only ........... (Go to > Special)
- Transpose Column / Row
- Fill Options ........... (Fill Handle + Righ-click)
- Named ranges ........... (Zoom <= 39%)
- Arabic Numbers ........... (Custom format prefix [$-,200]) e.g., ١٩٧٥
- ;;; ........... Hidden Numbers ⭐
- • @ ........... (Alt 7 + Cell value)
- F9 (Edit mode) ........... Formula's value
- Watch Window
- Multiple-clicks Trace Precedents/Dependents
- Double-click Trace Precedents/Dependents Arrow
- Double-click Format Painter
- Customize Quick Access Toolbar (Add, Remove, Order)
- Line Breaks (Alt+Enter)
- Flash Fill
- Fill > Justify (Break down long sentences)
- Select the whole contiguous data set of a cell (CTRL+A, CTRL+SHIFT+*)
- Text to Columns
- Multiple Cells, Same Data (CTRL+Enter)
- Multiple Cells, Navigation (Tab)
- Paste Special (Operation: Add, Subtract, Multiply, Divide)
- Charts as Templates
- Display Units in $000s
- Convert numbers stored as text to numbers (Paste special with Multiply by 1; VALUE(); Text to Columns) + Formatting
- 3D formula
- Highlight Rows Based on a Cell Value (Conditional Formatting) e.g., = $B2 > 10
- Screenshot
- People Graph
- Number format (POSITIVE; NEGATIVE; ZERO; TEXT e.g., #,##0.00;(#,##0.00);"-";[Red]@
- Clear format
- Camera 📷
- Inserts today's date (CTRL + ;)
- Inserts the current time (CTRL + Shift + ;)
- Instant Calc (Min, Max, Sum, Count, etc)
- Instant Calc (Without header, scroll-down 1 row)
- Center Across Selection
- User name (Personalize your copy of Microsoft Office)
- Closing Parenthesis (Formulas)
- Spaces (Before =, Before (, Between logical operators e.g., >=)
- Clipboard task pane
- Hide zero values 0;-0;;@
- Dashboard Zone (Hide all the non-dashboard columns Shift+CTRL+➡)
- Errors #xx!, #xx?, #x/x, #x/x! e.g., #DIV/0!, #N/A!, etc. learn more
- Hide/Unhide slicing (filter) using the group rows features
- Total number of rows and columns on a worksheet 1,048,576 rows by 16,384 columns (17,179,869,184 cells or ~17.2B cells) learn more
- The 1900 date system
- '# "Years" (Format)
- '#,, "Million" | #.#0,, "Million" | #, "Thousand"
- ROW() //Index
- Select Objects
- Quick Access Toolbar Hotkeys (ALT + #)
- =MATCH("col_name",Table[#Headers],0)
- Insert data from picture
- Search the menu (Context-sensitive)
- PivotTable Fields pane (Position, Layout)
- ? ActiveWorkbook.PivotCaches.Count (PivotCache Count)
- =REPT("|",10) and Use "Britannic Bold" font ➡ In-cell bar chart
- Gregorian Format - "B1dd/mm/yy"; Hijri Format - "B2dd/mm/yy"
- =STOCKHISTORY("MSFT", "2024-1-1","2024-9-30",,,,0,1,2,3,4,5)