What Most People Miss About How Do I Do This in Excel

A 2024 workplace survey found that 73% of regular Excel users type phrases like how do I do this in excel into Google or chat tools — even though Excel has a dedicated, searchable, context-aware help system they’ve never opened.

Quick Answer

Press Alt+Q, type your question (e.g., "how do I sum only visible rows"), and click the top result — no browser, no tabs, no guessing. Excel’s Tell Me box searches functions, commands, ribbons, and Help articles — all live, all local.

All the Methods

MethodStepsBest ForLimitations
Tell Me Box (Alt+Q)Alt+Q → type question → press Enter or click resultReal-time, natural-language queries ("hide zero values", "add row numbers")Won’t suggest custom VBA or complex array logic
Right-click → HelpSelect cell or command → right-click → "Help"Contextual help for specific features (e.g., PivotTable fields)Only works after you’ve already selected something — useless when you’re stuck at square one
F1 + SearchPress F1 → type in top search bar → filter by categoryDeep-dive documentation, syntax rules, function examplesSearch is less forgiving — needs near-perfect phrasing
Formula Bar TooltipStart typing = in any cell → hover over function name as it appearsLearning syntax while building formulas (e.g., =XLOOKUP(…))Only works mid-formula — won’t help with formatting or navigation tasks
Excel Ideas (Analyze tab)Select data range → Analyze tab → Excel Ideas → pick insightDiscovering hidden patterns (trends, outliers, groupings) in raw tablesRequires structured, clean data — fails on merged cells or blank rows
Ask Excel (Copilot, if enabled)Click Copilot icon → type question → review & insert suggestionsExplaining logic, drafting formulas, summarizing reportsNot available in all Microsoft 365 plans; output requires manual validation

Method 1 Deep Dive

Let’s say you need to highlight duplicate customer names but only within each region. You open Excel, stare at column A (Region) and B (Customer Name), and think: How do I do this in Excel?

Don’t go to Google. Press Alt+Q. Type: highlight duplicates by group. The top result is "Highlight duplicate values in a range." Click it.

You land on a Help page showing Conditional Formatting → Highlight Cells Rules → Duplicate Values — but that’s global. Scroll down. There’s a section titled "Find duplicates *within a group*" with this formula: =COUNTIFS($A$2:$A$11,A2,$B$2:$B$11,B2)>1.

Apply it to B2:B11: Select B2:B11 → Home tab → Conditional Formatting → New Rule → Use a formula → paste that exact formula → set fill color. Done.

Here’s your sample data (A1:B11):

RegionCustomer Name
NorthSarah Chen
NorthSarah Chen
SouthJames Wu
SouthMaria Lopez
NorthDavid Kim
EastAisha Patel
EastAisha Patel
WestRobert Tan
WestLisa Moore
NorthSarah Chen

The key surprise? Tell Me doesn’t just surface menu paths — it surfaces *formula-based solutions*, often buried in obscure Help pages you’d never find otherwise.

Method 2 Deep Dive

Now imagine your boss emails: "Can you pull last month’s sales totals per product, but exclude returns?" You have a table in Sheet1, A1:E500: Date (A), Product (B), Qty (C), Unit Price (D), and Type (E — "Sale" or "Return").

You try how do I sum with condition in Tell Me. It suggests SUMIFS — great. But your first attempt fails: =SUMIFS(C2:C500,E2:E500,"Sale") gives #VALUE! because Qty is text (someone typed "12 pcs" instead of 12).

This is where most people quit and paste into ChatGPT. Don’t. In Tell Me, type: convert text numbers to real numbers. Top result: "Convert numbers stored as text." Click it. It tells you to use Paste Special → Add — and gives the shortcut: Alt+E+S+V, then type 0, copy it, select your Qty column, Alt+E+S+V, choose “Add.”

Then go back and use: =SUMIFS(C2:C500,B2:B500,"Widget Pro",E2:E500,"Sale") in cell G2. Drag down for other products.

That two-step move — *convert then calculate* — is what most miss. Excel’s help doesn’t just answer “how,” it anticipates the next roadblock.

Cheat Sheet

TaskShortcut / StepsWhere It Works
Find how to do anythingAlt+Q → type plain English → EnterAll Excel versions since 2016
Fix numbers stored as textCopy 0 → select range → Alt+E+S+V → choose AddWorks on entire columns, even with blanks
See formula help while typingStart = → hover over function name → read tooltipWorks in all formula bars (cells, charts, data validation)
Get quick insights from dataSelect range → Analyze tab → Excel Ideas → click suggestionOnly on Windows desktop, Microsoft 365
Open full Help windowF1 → type keyword → press EnterBetter for learning concepts than solving urgent tasks
Explain a confusing formulaSelect cell → Alt+M+I (Evaluate Formula)Shows step-by-step calculation — no guessing what $ signs do
Lisa Anderson

Lisa Anderson

Lisa is a certified Microsoft trainer who writes step-by-step guides for Power Automate