excel_create_formula_reference
Generate formula reference sheets with accounting standards and links to support financial calculations and Excel workflows.
Instructions
Create a comprehensive formula reference sheet with accounting standards and links
Input Schema
Name | Required | Description | Default |
---|---|---|---|
worksheetName | No | Formula Reference |
Input Schema (JSON Schema)
{
"properties": {
"worksheetName": {
"default": "Formula Reference",
"type": "string"
}
},
"type": "object"
}