Excel Guides

Practical, in-depth guides for Excel and Google Sheets — formula tutorials, error fixes, how-to walkthroughs, and side-by-side function comparisons.

Formula Tutorials(13)

How to Use IFERROR in Excel

IFERROR replaces formula errors with a value you choose. Useful for clean lookups — but don't let it hide real bugs.

4 min read

How to Use IF Statements in Excel

The IF function returns one value when a condition is true and another when false — the foundation of Excel logic.

5 min read

How to Use COUNTIF and COUNTIFS in Excel

COUNTIF counts cells meeting one condition; COUNTIFS handles multiple. Great for tallies, duplicate-checking, and reports.

4 min read

How to Use SUMIF and SUMIFS in Excel

SUMIF adds numbers meeting one condition; SUMIFS handles multiple. Watch the argument order — it differs between them.

4 min read

How to Use INDEX and MATCH in Excel

INDEX and MATCH together are the flexible VLOOKUP alternative — they look any direction and survive column changes.

5 min read

How to Use VLOOKUP in Excel

VLOOKUP looks up a value in the first column of a range and returns a value from a column to its right. Here's how to use it right.

4 min read

How to Combine Text in Excel (CONCATENATE & More)

Join text with the & operator for simple cases, or TEXTJOIN for lists with separators. Use TEXT to keep number formatting.

4 min read

How to Use LEFT, RIGHT, and MID in Excel

LEFT, RIGHT, and MID extract parts of text. Combined with FIND, they handle almost any text-splitting task.

5 min read

How to Use Date Functions in Excel

Excel stores dates as numbers, which makes date math simple. Here are the essential date functions with examples.

5 min read

How to Use SUMPRODUCT in Excel

SUMPRODUCT multiplies ranges and sums the result — and handles conditional math that SUMIFS and COUNTIFS can't.

5 min read

How to Use TEXTJOIN and CONCAT in Excel

TEXTJOIN combines text with a separator and can skip blank cells — solving the doubled-separator problem of old methods.

4 min read

How to Use the IFS Function in Excel

IFS replaces messy nested IF statements with a clean list of condition/result pairs, returning the first match.

4 min read

How to Calculate Percentages in Excel

The percentage formulas you'll actually use: proportion, percentage change, and increasing or decreasing by a percentage.

5 min read

Fixing Excel Errors(10)

How to Fix the #NULL! Error in Excel

#NULL! means you put a space (the intersection operator) between ranges that don't overlap — usually a typo for a comma.

4 min read

How to Fix the #NAME? Error in Excel

#NAME? means Excel doesn't recognize a word in your formula — usually a misspelled function or missing quotes around text.

4 min read

How to Fix the #N/A Error in Excel

#N/A means a lookup couldn't find the value. Often it's expected — or it's a hidden spaces / text-vs-number mismatch.

5 min read

How to Fix the #DIV/0! Error in Excel

#DIV/0! means dividing by zero or an empty cell. Fix it by checking the denominator with IF, or wrapping in IFERROR.

4 min read

How to Fix the #VALUE! Error in Excel

#VALUE! means a formula got text where it expected a number. Find the non-numeric cell and convert or clean it.

4 min read

How to Fix the #REF! Error in Excel

#REF! means a formula points to a cell that no longer exists — usually after a deletion. Undo, or rebuild the broken reference.

4 min read

How to Fix Circular Reference Errors in Excel

A circular reference is a formula that depends on its own result. Find it via Formulas > Error Checking, then break the loop.

4 min read

How to Fix ##### (Pound Signs) in Excel

##### isn't really an error — the column is just too narrow. Double-click the column border to auto-fit and it disappears.

3 min read

How to Fix the #NUM! Error in Excel

#NUM! means a formula produced an impossible or too-large number — like the square root of a negative, or a non-converging IRR.

4 min read

How to Fix the #SPILL! Error in Excel

#SPILL! means a dynamic array formula has no room to output its results. Usually a cell in the spill range isn't empty.

4 min read

How-To Guides(7)

Function Comparisons(1)

We use cookies and display ads via Google AdSense to keep ExcelBossPro free. Privacy Policy. By continuing, you accept our use of cookies.