Is there a formula like IsError() from Excel?

Trying to create a formula that if there is an error it will launch a certain URL. Is there a formula like that in Coda? Or a way to mimic that functionality? Thanks!

1 Like

What kind of error?

It’s possible to do If(<error condition>, OpenWindow(...), _Noop()) in e.g. a button

I would like such a formula, too. I’m trying to get a title from a URL. Since there’s no general way to do it, I use a Google Drive package for the google docs. But if the URL is not from a google doc, there’s an error. I would like to be able to use some other formula if the Google Drive one fails