Forum Discussion
How to resolve formula discrepancy Excel/SharePoint
Most probably offline Excel is not recent one (i.e. not 365 or 2021, etc). With modern Excel at row #90 we have INDEX(F:F, 0), Excel tries to return entire column F staring from the cell in row 90, we have not enough space for that, thus error.
- m_tarlerSep 03, 2025Bronze Contributor
That's a great point but I don't think it is the issue. Only row #90 would be an issue and that would be a SPILL error, which I would think the OP would have called out specifically:
- SergeiBaklanSep 04, 2025Diamond Contributor
We could only make guesses, what exactly happened is not clear. Which version of "offline" Excel, is it Windows or Mac. Which locale is used locally (Portuguese is language added to Office or locale), which regional settings are used with Excel for web and SharePoint (default US or they were changed on another one). Which exactly formula is used in each case. It's given in English, Portuguese one will be
=SE(É.ERRO(ÍNDICE(Form1!F:F; LIN()-90)); ""; SE(ÍNDICE(Form1!F:F; LIN()-90) = ""; ""; ÍNDICE(Form1!F:F; LIN()-90)))