Reputation: 374
I can successfully use the Google Sheets FORECAST function like this:
However, due the shape and size of my data, what I really want to do is use it like this:
However, this throws a divide by zero error. So, either I'm doing it wrong (likely) or the function doesn't like swapping its x's & y's?
Any ideas on how to achieve this would be much appreciated.
Upvotes: 1
Views: 349
Reputation: 2037
I couldn't replicate the error as my google sheets the same values worked fine:
So, I have 2 options you can try:
N()
function: =forecast(F11,arrayformula(n(A12:E12)),arrayformula(n(A11:E11)))
Let me know if any solution worked =)
Upvotes: 2