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

Frequently asked questions

Are the tools free?

Yes. The site provides free spreadsheet tools, examples, and CSV templates.

Do I need an account?

No. There's no account to create, and nothing you type is uploaded — it all happens right there on your own machine.

Which Excel formula builder should I start with?

Start with SUMIFS for totals, COUNTIFS for counts, XLOOKUP for modern lookups, INDEX MATCH for flexible lookups, and the date builder for elapsed days or due dates.

Should I use VLOOKUP, XLOOKUP, or INDEX MATCH in Excel?

Use XLOOKUP when your Excel version supports it, INDEX MATCH for left lookups or compatibility, and VLOOKUP for simple exact matches where the lookup key is in the first column.

Are these Excel tools macros or add-ins?

No. The builders generate copyable formulas in the browser. The VBA SUMIFS page only shows macro code examples for users who already want a VBA pattern.