Feb 13, 2021 11:04 AM
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”
)
Solved! Go to Solution.
Feb 13, 2021 12:24 PM
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.
Feb 13, 2021 12:24 PM
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.
Feb 13, 2021 02:16 PM
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.