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
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.
=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),)))})