The formula will not save
Check for:- A missing parenthesis or quote
- A Variable name that needs backticks
- A Variable that does not exist in the selected Scenario.
- An unsupported number of function arguments
- A formula range on a formula without Date scope.
A Variable cannot be found
Use the name shown in cfo.ai. If the name contains spaces or punctuation, wrap it in backticks. If several Variables share the name, use the short disambiguator offered by the editor or Ari.The result is unexpectedly high
The formula may be selecting several values and summing them. Review lookups that usein any, sets, or where. Use an explicit aggregation when the intended result is an average, median, minimum, maximum, count, standard deviation, first value, or last value.
The formula works in one segment but not another
Check whether:- A segment-specific formula overrides the default
- The referenced Variable exists in both segments
- An absolute reference should be a current-segment reference, or the reverse
- The table uses a different segmentation
The formula works in Actuals but not Forecast
Check the formula range, Date scope, Date grain, Scenario, and Last close. A formula assigned to Actuals or Forecast must include Date in its scope.A date lookup returns no value
Confirm that the Date grain and value format match. A monthly lookup should useDate.Month and a value such as "2026-01".