Excel Formula

Free online Excel formula generator. Visually builds VLOOKUP, SUMIF, IF, INDEX/MATCH, COUNTIF and more with live JS preview, no upload.

사용법

기능

  • 14 种常用 Excel 公式可视化拼接
  • 自动生成语法 + 中文解释 + 示例
  • 支持 VLOOKUP / HLOOKUP / SUMIF / COUNTIF / IF / INDEX+MATCH / CONCAT 等

활용 사례

  • 财务/HR/运营/学生常用公式
  • 本工具生成的是公式字符串,粘贴到 Excel 直接用

나이nt API 사용법

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/excel_formula/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/excel_formula/schema.json

// Step 2: 在浏览器中执行工具逻辑
// Excel 公式 在工具页 JS 中实现