Function Calling allows Cellm to interact with external tools and data, like searching files on your disk and reading their contents. When enabled, the model can dynamically call functions to retrieve relevant data before responding. Combined with Excels other functions, function calling makes Cellm a powerful low-code automation tool.
You can reference cells to dynamically change function inputs. Imagine you have many folders with sales data in CSV files. Each folder contains files for a specific month. How can you quickly get an overview of sales trends? You write this in B1 and drag the prompt across
Copy
=PROMPT(A1, "Find all CSV files in the folder, extract the revenue column, and and summarize trends.")
If A1 contains "*.csv", Cellm will search for all CSV files.