SUBSTITUTE() troubles

Hello everyone, first of all I have to say my knowledge of english is not exactly perfect, and I am sorry for it but I hope youโ€™ll understand. I want that my app shows, for some columns, a different text from the one itโ€™s written in the Google Sheet. Letโ€™s say I want my text from [Column1] to be replaced with โ€œOKโ€ when I write โ€œYesโ€ in the Google Sheet. I tried putting as a formula for column [Column1] the following formula:

SUBSTITUTE([Column1], โ€œYesโ€, โ€œOKโ€)

It doesnโ€™t give me errors, but when I try to open the app, unfortunately, I see โ€œYesโ€ written and not โ€œOKโ€.

Thanks in advance for your help!

0 2 128
2 REPLIES 2

Why not just change the value thatโ€™s being set in the column to what you want?

Unless you create a VC to โ€œtransformโ€ the data from the sheet into something else, any data will be represented as it is in the source when viewed inside your app.

A will be A
B will be B

If you want A to say Apple, then youโ€™ll need to create a new place to make this alteration - either a virtual column or another physical column.

I used virtual columns and it worked!

Thank you!

Top Labels in this Space