Excel Tips

5 Excel Formulas Every Small Business Owner Should Know

By HelpMyData  ·  April 2026  ·  8 min read

If you run a small business, chances are you spend more time in Excel than you'd like. And if your spreadsheets feel messy, unreliable, or just plain confusing — you're not alone. Most small business owners never had formal training in Excel. They just figured things out as they went.

The good news is you don't need to know hundreds of formulas to make Excel work for you. In fact, just five formulas cover the vast majority of what small business owners actually need day to day. Master these and you'll save hours every week, reduce costly errors, and finally feel confident in your numbers.

Let's break them down one by one.

Formula 01

SUM — Add Up Your Numbers Instantly

This one seems obvious, but you'd be surprised how many business owners are still manually adding up columns with a calculator. SUM does it automatically — and updates instantly when your data changes.

=SUM(B2:B50)

This adds up everything in cells B2 through B50. Use it for totaling sales, expenses, hours worked, inventory quantities — anything you need to add up quickly.

Pro tip: Use =SUM(B:B) to add the entire column automatically, so you never have to update the range as you add new rows.
Formula 02

IF — Make Your Spreadsheet Think for You

The IF formula checks whether something is true and gives you a different result depending on the answer. It sounds simple but it's incredibly powerful for flagging problems, categorizing data, and automating decisions.

=IF(C2>1000, "High Value", "Standard")

This checks if the value in C2 is greater than $1,000. If it is, it shows "High Value." If not, it shows "Standard." You could use this to automatically flag your biggest customers, overdue invoices, or products that are running low in inventory.

Real world example: Use IF to automatically mark invoices as "Overdue" when the due date has passed — no more manually checking each one.
Formula 03

VLOOKUP — Pull Data From Another Sheet Automatically

VLOOKUP is one of the most useful formulas in Excel — and also one of the most feared. But the concept is straightforward: it looks up a value in one place and pulls related information from another. Think of it like a search engine inside your spreadsheet.

=VLOOKUP(A2, Products!A:C, 2, FALSE)

This looks up the value in A2 (say, a product ID) in your Products sheet and returns the matching product name from the second column. Instead of manually copying and pasting product details into every order, VLOOKUP does it automatically.

Common mistake: Always use FALSE as the last argument unless you specifically want an approximate match. Using TRUE (or leaving it blank) is the most common reason VLOOKUP returns wrong results.
Formula 04

SUMIF — Add Up Only What Meets Your Criteria

Regular SUM adds everything up. SUMIF adds up only the rows that meet a condition you set. For small business owners this is invaluable for breaking down sales by category, location, employee, or any other grouping.

=SUMIF(D2:D100, "Online", E2:E100)

This adds up all the values in column E where the corresponding cell in column D says "Online." Use it to instantly see your online sales vs. in-store sales, or sales by product category, without building a separate report.

Pro tip: Combine SUMIF with a dropdown list so you can switch between categories instantly and your totals update automatically.
Formula 05

IFERROR — Stop Ugly Error Messages From Breaking Your Reports

Nothing undermines confidence in a spreadsheet like a sea of #N/A or #DIV/0! error messages. IFERROR wraps around any formula and lets you decide what to show when something goes wrong — whether that's a zero, a dash, or a custom message.

=IFERROR(VLOOKUP(A2, Products!A:C, 2, FALSE), "Not Found")

Instead of showing a confusing #N/A error when a product ID doesn't match, this shows "Not Found" — which is actually useful information. Clean, professional, and easy to understand at a glance.

When to use it: Wrap IFERROR around any VLOOKUP, division formula, or calculation that might fail when data is missing or incomplete.

Putting It All Together

These five formulas — SUM, IF, VLOOKUP, SUMIF, and IFERROR — are the building blocks of almost every practical small business spreadsheet. Master these and you'll be able to build reports that update automatically, flag problems before they become expensive, and make decisions based on numbers you actually trust.

Of course, knowing the formulas is one thing. Getting them to work correctly in your specific spreadsheet is another. If you've ever spent an afternoon fighting a VLOOKUP that keeps returning the wrong result, or a formula that breaks every time someone adds a new row, you know exactly what we mean.

That's exactly what we help with at HelpMyData — fast, practical Excel fixes for small business owners who don't have time to figure it out themselves.

Got a Spreadsheet That Isn't Working?

Send us your file and describe the problem. We'll fix it fast, explain what we did, and make sure it won't break again — starting at just $25.

📧 Get Help Today