Turn a date of birth into exact age by the row. Returns years, months and days down a column — Sheets or Excel.
It's one of 250+ live sources you reach with a single =VERVE() function — served from APIVerve's production data engine, billed at 1 credit per resolved cell, and refreshed on whatever cadence you set. No API keys to wrangle, no scripts, no exports.
A real example — the input you type, and the values you can pull from it. Click any cell to see the formula behind it.
Fill =VERVE("agecalculator", "1990-08-02", "field", "age_breakdown.years") down a column and Calculate Age returns a result for every row — a batch of live values in a single drag, no code.
Add Calculate Age beside a table you already have to append its output right where your data lives, then sort, filter, or chart on it.
Set the sheet to refresh on a schedule and the calculate age values keep themselves current without anyone re-typing.
The same function works in both apps — install once, sign in with your key, and type it into any cell.
Install from the Workspace Marketplace, then drop the formula into a cell. Autocomplete suggests the source and its fields.
=VERVE("agecalculator", "1990-08-02", "field", "age_breakdown.years")Same source, same arguments, same key — in Excel on desktop, the web, or mobile. Excel namespaces it as VERVE.CALL. Drag to fill a whole column.
=VERVE.CALL("agecalculator", "1990-08-02", "field", "age_breakdown.years")Tune the result by adding name=value before the field argument — in any order. Leave one out and its default applies.
IANA timezone used to interpret the date of birth and to determine "today" when computing the age
=VERVE("agecalculator", "1990-08-02", "timezone", "America/Chicago")Add a field name as the last argument to land just that value in the cell.
=VERVE("agecalculator", "1990-08-02", "field", "age_breakdown")=VERVE("agecalculator", "1990-08-02", "field", "age_breakdown.years")=VERVE("agecalculator", "1990-08-02", "field", "age_breakdown.months")=VERVE("agecalculator", "1990-08-02", "field", "age_breakdown.weeks")=VERVE("agecalculator", "1990-08-02", "field", "age_breakdown.days")=VERVE("agecalculator", "1990-08-02", "field", "age_breakdown.hours")=VERVE("agecalculator", "1990-08-02", "field", "age_breakdown.minutes")=VERVE("agecalculator", "1990-08-02", "field", "age_breakdown.seconds")=VERVE("agecalculator", "1990-08-02", "field", "age_words")=VERVE("agecalculator", "1990-08-02", "field", "age_words.years")=VERVE("agecalculator", "1990-08-02", "field", "age_words.ordinal")=VERVE("agecalculator", "1990-08-02", "field", "age_words.full")Everything you need to wire it into a sheet.