Skip to main content

Can you spot an error with this formula? I’ve tried multiple variations and keep getting, “Sorry there was a problem saving this field. Invalid formula…”


SUBSTITUTE(
SUBSTITUTE(
SUBSTITUTE({Status},
“Destroyed”,”Sold”
),
“Gifted”,”Sold”
),
“Stored/Loan”,”Sold”
)

I think it’s those curly quotes. Look at them closely on “Sold”. It looks like double closed curly quotes.


I’m not sure how you make them, but with normal double quotes your formula works for me.


I think it’s those curly quotes. Look at them closely on “Sold”. It looks like double closed curly quotes.


I’m not sure how you make them, but with normal double quotes your formula works for me.


You were correct! I was pasting from the Apple Notes app and so after reading your comment, I re-wrote the code in Visual Studio and then pasted it into Airtable and voila! It worked. Thank you! the quotes in Apple Notes were not being read properly by Airtable.


Reply