Spreadsheet Formula #REF Problem

Iโ€™m using O365 Excel via SharePoint.

I have a formula thatโ€™s correct in my spreadsheet and performs as intended, but when I attempt to sync any changes I get an error.

Iโ€™ve regenerated the column several times to make sure itโ€™s picking up the formula correctly.

Maybe Iโ€™m missing something here but it keeps showing a #ref for one of the column references.

The formula is consistent for the entire column.

My Excel Formula:
=IF(K2=TRUE,VLOOKUP(L2,E:CI,83,FALSE),IF(OR(AC2>=N2,CH2=โ€œTRUEโ€,CH2=TRUE),TRUE,FALSE))

My Spreadsheet formula in AppSheet:
IF(RC[-76]=TRUE,VLOOKUP(RC[-75],C[-82]:C,83,FALSE),IF(OR(RC[-58]>=RC[-73],RC[-1]=โ€œTRUEโ€,RC[-1]=TRUE),TRUE,FALSE))

The formula in the error message:
=IF(1200=TRUE,VLOOKUP(1200,:A,83,FALSE),IF(OR(1200>=1200,#REF!1200=โ€œTRUEโ€,#REF!1200=TRUE),TRUE,FALSE))

Thank you,
Kyle

0 4 580
4 REPLIES 4

Iโ€™m still experiencing this issue. Any thoughts from anybody is appreciated.

Formula works great in my spreadsheet. Wonโ€™t sync in AppSheet.

-Kyle

Hi @Kyle_Richardson Have you tried using just an Appsheet formula?

Iโ€™d agree with Lynn, translate your formula to Appsheet expressions, and delete it out of the spreadsheet.
Also this article might help.

An app formula is not an option due to how the column needs to be updated based on fields from different tables. The column in question needs to calculated without the specific record being updated through the app.

I ended up solving the problem though.

It was an issue with a slice that included the column with the spreadsheet formula.

I was able to remove the column from the slice and now everything syncs properly.

I think it was an issue with not all of the other columns referenced in the formula being present in the slice.

Perhaps thereโ€™s a better, more technical explanation for what Iโ€™m trying to say.

Thanks everybody!

Top Labels in this Space