While the model is working, the cell shows #GETTING_DATA. This is a waiting status. It changes to the answer automatically, and you can keep using Excel.
PROMPT returns one finished answer in one cell. Use it for summaries, translations, classifications or explanations.
=XLLAMA.PROMPT("Summarize this feedback", A2:B5)Syntax: =XLLAMA.PROMPT(prompt, context, [model])
- prompt: what you want the model to do.
- context: the cells the model should read.
- model: optional model name, such as
"gemma3:4b". Omit it to use your selected model.
PROMPT reuses a saved answer when the inputs, model and relevant settings match. It does not request another answer on every unchanged recalculation. For fresh answers, select the XLlama formula cells and choose Settings → Refresh selected formula answers. XLlama regenerates those results; other cells keep their displayed answers. Refresh up to 1,000 formula cells at a time. Cells with identical inputs share the refreshed cache when they next recalculate. Clear formula cache remains available to clear all saved formula answers.
Free supports up to five XLlama formula cells across the workbook. Pro removes that limit.
Use commas between arguments, or semicolons if your Excel uses them. The optional final model argument overrides the selected model. Select at most 1,000 input cells; large tasks work best in smaller batches. Review AI results before relying on them.
