The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi everyone. please help me with this.
I have some lookup fields, they have many values on them. I want to add a formula to multiply each of those values by a percentage (%), at the time I make this formula the total shows 1.0 instead of the multiple...
Hi Everyone,
I have created a scheduling process in Airtable to create events on my calendar but for some reason someone that creates it outside my timezone the even takes the format DD/MM/YYYY to MM/DD/YYYY.
This works for my country but it seems to...
Hi everyone
I have a base for student enrollment to courses, but sometimes they sign for a second, or more courses so, in some cases i have duplicate entries regarding country, name, mail etc.
I want to build a new table to filter just unique values ...
Justin_Barrett:
IF(Name, REGEX_EXTRACT(Name, "([^ ]+) ([^ ]+)$"))
Wow, it worked! :winking_face: many thanks Justin. Just to be aware, how can i study the logic of those functions “([^ ]+) ([^ ]+)$”, or, what’s the logic behind that… :smili...
This is working so good with First and Last Name, but, i’m wondering… how about the “Middle2” in your table. Im on a Latinamerican country and We Usually name like this (example name):
Carlos Roberto Flores González
How can i extract “Flores” from it...