The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
First Airtable. is. awesome. I which I knew about it before to help organize my work.
Something I feel is missing though is a more powerful approach to deal with string-based functions.
For instance, it would be great to be able to use RegEx in the F...
What about when the view is a Calendar?
For instance in the Kanban view, it’s possible by changing the items’ order in the “Customize cards” menu, but this menu is only applicable to the Kanban cards, not to the calendar items. By the way, even thoug...
Just a quick follow up on this, I did solve the problem with the following formula:
MID(URL,
FIND("//", URL) + 2,
FIND("/",
URL,
FIND("//", URL) + 2
) - (FIND("//", URL) + 2)
)
Some people might actually find...
Hi Andre,
Thanks for the suggestion.
For instance the function =REGEXEXTRACT(<url text>, ".*\://?([^\/]+)") in Google Sheet would extract the sub-domain and domain names of a given URL. I’m not sure how I could produce such a concise solution using a...