Stop Using VLOOKUP — Use XLOOKUP
Search left/right, return multiple columns, handle “not found.”
=XLOOKUP("Banana", A2:A10, B2:B10, "Not Found")
- Works in any direction (left/right/up/down)
- Safer when columns move
Excel first—then Windows, SQL, Power BI, Office, and more. One capsule at a time.
Fast, visual, and practical. Copy → paste → win.
Search left/right, return multiple columns, handle “not found.”
=XLOOKUP("Banana", A2:A10, B2:B10, "Not Found")
Fixes extra spaces from pasted data.
=TRIM(A2)
Pair with SUBSTITUTE for hidden characters.
Auto-expand formulas/charts, built-in filters, structured references.
Color scales, data bars, or rules (e.g., values > 100) = quick dashboard.
Value Field Settings → Show Values As → % of Column/Row Total.
Press Win + V to view your last 25 copied items.
Win + Ctrl + → / ← to switch. Keep Excel separate from browsing.
Win + Left/Right to snap; Win + Up/Down to maximize/minimize.
SELECT c.Name, o.OrderID
FROM Customers c
INNER JOIN Orders o ON c.CustomerID = o.CustomerID;
Returns only customers that actually placed orders.
Calculated columns compute row-by-row on refresh. Measures compute on the fly (fast & flexible) e.g.:
Sales % of Total =
DIVIDE([Total Sales], CALCULATE([Total Sales], ALL(Products)))
One Excel + one Windows + one “other tool” tip—every week.
Highlight numbers → see Sum/Average/Count instantly (no formulas).
Windows: Snap windows with Win + Arrow Keys.
SQL: INNER JOIN to combine only matching rows.
=XLOOKUP(E2, A:A, B:B, "Not Found")
Windows: Win + V for Clipboard History.
Power BI: Use slicers + sync slicers across pages.
=LOWER(TRIM(SUBSTITUTE(A2,CHAR(160)," ")))
Windows: Task Manager → Startup tab to speed boot.
Outlook: Rules to auto-file newsletters.
Get 3 quick tips every Friday. No spam—just signal.