Avoid 'COMPUTE VALUE'

Hi All

I have a formula at the sheet and everytime with I add column this error shows up. I remove it and I regenerate again it shows up again. How do I remove this message

That’s not an error message. It’s just letting you know that the value is computed by the spreadsheet.

You can delete it, then save, and it’ll be gone. But it will come back every time you regenerate, as long as the formula remains in your spreadsheet. But it’s not a big deal.

I like to use arrayformulas on the header row for columns that need spreadsheet formulas. This way Appsheet doesn’t even know it’s there.

1 Like

=QUERY(ARRAYFORMULA(IFNA(IF(LEN(A:A),VLOOKUP(A:A,ā€˜Pending Audit Code’!B:E,4,0),))),ā€œSELECT Col1 LABEL Col1 ā€˜AUDIT CODEā€™ā€,1)

this kind of formula is detected

As Marc said you can put it in the header and Appsheet doesn’t detect it :

=Arrayformula({ā€œAUDIT CODEā€,ARRAYFORMULA(IFNA(IF(LEN(A:A),VLOOKUP(A:A,ā€˜Pending Audit Code’!B:E,4,0),)))})