Check numbers by the row. Flags whether each phone number is valid — Google 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.
Run =VERVE("phonenumbervalidator", "816-555-1017", "us", "field", "detectedCountry") down a column of inputs and let each row tell you whether it's real and safe — catch the bad ones before they hit your workflow.
Add a validity column beside your contacts so you can filter, sort, or conditionally format the rows worth keeping.
Wrap =VERVE("phonenumbervalidator", "816-555-1017", "us", "field", "detectedCountry") in an IF and flag anything that fails, turning a raw import into a checked, trustworthy sheet.
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("phonenumbervalidator", "816-555-1017", "us", "field", "detectedCountry")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("phonenumbervalidator", "816-555-1017", "us", "field", "detectedCountry")Add a field name as the last argument to land just that value in the cell.
=VERVE("phonenumbervalidator", "816-555-1017", "us", "field", "detectedCountry")=VERVE("phonenumbervalidator", "816-555-1017", "us", "field", "countryName")=VERVE("phonenumbervalidator", "816-555-1017", "us", "field", "countrycode")=VERVE("phonenumbervalidator", "816-555-1017", "us", "field", "numberNational")=VERVE("phonenumbervalidator", "816-555-1017", "us", "field", "isValid")=VERVE("phonenumbervalidator", "816-555-1017", "us", "field", "isMobile")=VERVE("phonenumbervalidator", "816-555-1017", "us", "field", "isVoip")=VERVE("phonenumbervalidator", "816-555-1017", "us", "field", "isDisposable")=VERVE("phonenumbervalidator", "816-555-1017", "us", "field", "type")=VERVE("phonenumbervalidator", "816-555-1017", "us", "field", "formatted.international")=VERVE("phonenumbervalidator", "816-555-1017", "us", "field", "formatted.national")=VERVE("phonenumbervalidator", "816-555-1017", "us", "field", "formatted.rfc")Everything you need to wire it into a sheet.