Skip to main content

Tool category

Excel Formula Builders and Examples

Excel formula builders and examples for SUMIFS, COUNTIFS, XLOOKUP, VLOOKUP, INDEX MATCH, date formulas, duplicates, and VBA SUMIFS.

Choose the right Excel formula

Use this quick chooser before opening a builder.

SUMIFS formula builder

=SUMIFS(D2:D100, B2:B100, "East", C2:C100, "Widget")

Lookup builders

Use XLOOKUP for modern lookups; use INDEX MATCH when you need broad compatibility.

Flag duplicates

=IF(A2="", "", IF(COUNTIF($A$2:$A$100, A2)>1, "Duplicate", ""))

Choose the right Excel workflow

Use this chooser when a workbook problem can be solved by several formula families.

SUMIFS Formula Builder

Build a SUMIFS formula with one or two criteria, optional month matching, and copy the Excel or Google Sheets result.

ExcelBuilder
Open tool

XLOOKUP Formula Builder

Build XLOOKUP formulas for Excel and Google Sheets with exact match, multiple criteria, not-found handling, left lookup examples, and #N/A fixes.

ExcelBuilder
Open tool

VLOOKUP Formula Builder

Build a VLOOKUP formula for Excel and Google Sheets with exact match, approximate match, column index examples, sample data, and #N/A fixes.

ExcelBuilder
Open tool

COUNTIFS Formula Builder

Build a COUNTIFS formula for Excel or Google Sheets with up to three criteria pairs, date examples, sample task data, and #VALUE! fixes.

ExcelBuilder
Open tool

Duplicate Checker Formula Builder

Build Excel and Google Sheets duplicate checker formulas with COUNTIF, blank-row protection, all-duplicate or after-first modes, sample flags, and cleanup tips.

ExcelBuilder
Open tool

Excel SUMIF by Month

Copy an Excel SUMIF by month date formula using SUMIFS month boundaries, with current-month, Google Sheets, ignore-year, and error-fix examples.

ExcelWorkflow
Open tool