Where is...? Excel to Adaptam
If you are coming to Adaptam from Excel, this page maps the Excel function names you already know to their Adaptam equivalents. Look up the Excel name in the tables below and follow the link to the Adaptam reference page for full syntax and examples.
A few Adaptam functions intentionally cover several Excel functions at once. For example, SUM_IF accepts one or many condition pairs in a single call, so it replaces both SUMIF and SUMIFS. The same pattern applies across the conditional-aggregation family.
Pivot Tables
Adaptam gives you more Pivot Table options than Excel does, organised around explicit functions instead of a separate Pivot Table dialog.
Data output — WRITE_V (vertical table), WRITE_H (horizontal table), and WRITE_2D (two-dimensional table) emit Pivot Table outputs from your external data.
Calculations — WRITE_CALC_V, WRITE_CALC_H, and WRITE_CALC_2D emit Pivot Table outputs whose cells are formulas — single functions, multiple functions, algebraic formulas, and multiple-data-field numeric formulas are all supported.
Filters — Add filters to any of the WRITE outputs using DROPDOWN and/or DROPDOWN_MANY.
Guides — All of the WRITE functions are supported by Adaptam’s intelligent guides, which surface SORT and other options not available in other spreadsheets.
Lookup
| Excel | Adaptam equivalent |
|---|---|
XLOOKUP, VLOOKUP | VALUE_IF |
Conditional aggregation
Adaptam’s *_IF functions accept one or many (filtering_range, condition) pairs in a single call, so each one covers both the Excel *IF and *IFS variants.
| Excel | Adaptam equivalent | Related |
|---|---|---|
SUMIF, SUMIFS | SUM_IF | |
MAXIF, MAXIFS | MAX_IF | MAX_DATE_IF, MAX_TEXT_IF |
MINIF, MINIFS | MIN_IF | MIN_DATE_IF, MIN_TEXT_IF |
AVERAGEIF, AVERAGEIFS | AVERAGE_IF | AVERAGE_DATE_IF |
COUNTIF, COUNTIFS | COUNT_IF | COUNT_UNIQUE_IF, COUNT_DATE_IF, COUNT_DATE_UNIQUE_IF, COUNT_ERROR_IF, COUNT_TRUE_IF, COUNT_FALSE_IF, COUNT_TEXT_IF, COUNT_TEXT_UNIQUE_IF |
COUNTBLANK | COUNT_BLANK | COUNT_NOT_BLANK, COUNT_BLANK_IF, COUNT_NOT_BLANK_IF |
Information / IS*
Excel’s IS* functions are spelled without an underscore; Adaptam adds one for readability.
| Excel | Adaptam equivalent |
|---|---|
ISBLANK | IS_BLANK |
ISERROR | IS_ERROR |
ISEVEN | IS_EVEN |
ISLOGICAL | IS_LOGICAL |
ISNUMBER | IS_NUMBER |
ISODD | IS_ODD |
ISTEXT | IS_TEXT |
FORMULATEXT | FORMULA_TEXT or SHOW |
Dates
| Excel | Adaptam equivalent |
|---|---|
DAYS | DAYS_BETWEEN |
WORKDAY | DAYS_WORK |
EOMONTH | MONTH_END |
ISOWEEKNUM | ISO_WEEK_NUM |
Number-base conversion
| Excel | Adaptam equivalent |
|---|---|
DEC2BIN | DEC_TO_BIN |
DEC2OCT | DEC_TO_OCT |
DEC2HEX | DEC_TO_HEX |
HEX2BIN | HEX_TO_BIN |
Math and rounding
| Excel | Adaptam equivalent |
|---|---|
FACTDOUBLE | FACT_DOUBLE |
LOG10 | LOG_10 |
RANDBETWEEN | RAND_BETWEEN |
ROUNDDOWN | ROUND_DOWN |
ROUNDUP | ROUND_UP |
SQRTPI | SQRT_PI |