Top 10 Excel Formulas Every Product Manager Must Know (With Easiest Examples)
Ten Excel formulas every product manager should master in 2026 with the easiest examples for cohort analysis, dashboards, cleaning data, and building ROI models.

Why Excel Still Matters for Product Managers in 2026
If you are a product manager and still think Excel is just spreadsheets, you are leaving impact on the table. Whether you are analyzing retention, slicing cohort data, building ROI models, or cleaning messy exports, Excel is still one of the most powerful tools in your PM toolkit.
The best part is you do not need advanced Excel skills. You just need to know what you are trying to do and pick the right formula. Here are ten Excel formulas I use every week with super simple examples you can try right now.
1. VLOOKUP: Your Data Search Engine
Use VLOOKUP when you want to fetch info from another table. The formula is =VLOOKUP(A2, D2:E10, 2, FALSE).
Example: you have a user ID in column A and want to find their name from a reference table in columns D and E. VLOOKUP pulls the match instantly.
Why PMs need it: lookup product SKUs, feature tags, and campaign names from IDs in seconds without manual matching.
2. IF: Your Go To Logic Checker
Use IF when you want to automate decisions. The formula is =IF(B2 > 100, "High Usage", "Low Usage").
Example: label users who logged more than 100 sessions last week as High Usage.
Why PMs need it: create user segments, feature flags, and AB test groups quickly without writing code.
3. COUNTIF: Instant Metrics Tracker
Use COUNTIF when you need to count rows that meet a condition. The formula is =COUNTIF(A2:A100, ">50").
Example: count how many users spent more than 50 minutes in your app.
Why PMs need it: build engagement, error, and feature usage dashboards in seconds.
4. SUMIF: Summarize With Logic
Use SUMIF to sum values based on a condition. The formula is =SUMIF(B2:B100, "India", C2:C100).
Example: get total orders from users in India without touching a pivot table.
Why PMs need it: know total revenue by country, team, or feature at a glance.
5. CONCATENATE or TEXTJOIN: Combine Like a Pro
Use CONCATENATE or TEXTJOIN when you want to merge text from multiple columns. Try =CONCATENATE(A2, " - ", B2) or =TEXTJOIN(" - ", TRUE, A2, B2) in newer Excel versions.
Example: combine first name and last name into a single display name.
Why PMs need it: create user friendly labels for dashboard filters, campaigns, and stakeholder reports.
6. LEFT, RIGHT, MID: Extract Data Fast
Use LEFT, RIGHT, and MID when you need parts of a string. Try =LEFT(A2, 5) for the first 5 characters, =RIGHT(A2, 3) for the last 3 characters, and =MID(A2, 3, 4) to take 4 letters starting from position 3.
Example: extract gmail from user@gmail.com to group users by email domain.
Why PMs need it: clean messy exports, pull out codes or domains, and manipulate tracking IDs without regex.
7. LEN and TRIM: Clean Data Like a Boss
Use LEN and TRIM to validate and clean strings. Try =LEN(A2) to find character count and =TRIM(A2) to remove extra spaces.
Example: find long descriptions that exceed your app character limits before they break the UI.
Why PMs need it: keep UX copy clean, validate data, and avoid silent bugs in production.
8. NOW and TODAY: Time Is Your Friend
Use NOW and TODAY when you want current timestamps. Try =NOW() for the current date and time, or =TODAY() for today only.
Example: track task deadlines, rollout windows, and days since last release.
Why PMs need it: set automation logic around time and keep your trackers always up to date.
9. UNIQUE and SORT: Quick De Duplication
Use UNIQUE and SORT together to build clean sorted lists. Try =SORT(UNIQUE(A2:A100)).
Example: get a clean list of feature tags from a raw feedback sheet in one click.
Why PMs need it: save hours cleaning data before building reports or charts for stakeholders.
10. FILTER: Dynamic Data Views
Use FILTER when you want to show only specific rows. Try =FILTER(A2:B100, B2:B100 = "Active").
Example: show only active users from a full user list without manual filtering.
Why PMs need it: build dynamic tables for stakeholders that update automatically as data changes.
Bonus Tip: Combine Formulas for Real Power
Excel becomes truly powerful when you combine formulas. For example, =IF(COUNTIF(A2:A100, A2) > 1, "Duplicate", "Unique") flags duplicates in your sheet in one line.
You can also nest IF inside SUMIF, or wrap FILTER inside SORT and UNIQUE to build reusable mini dashboards.
Wrap Up: Why This Matters for Every PM
You do not need to be a data scientist to be data smart. If you master just these ten Excel formulas, you will save hours of manual work, impress your tech and business teams, build data stories faster, and make better product decisions every day.
You do not need advanced Excel. Just know what you are trying to do and pick the right formula. Which one will you try next week?
Ready to land your next PM role?
Browse 2,500+ verified product manager jobs updated daily.
Browse PM Jobs