I am trying to extract the first number which is “23.93” from the cell
Page 1 / 1
Like this?
This formula does it, but I tested it only one the one string you provided and two others (which I randomly generated). Feel free to reformat it and add comments so even I can understand it. :winking_face:
More evidence that a Split() method would vastly simplify parsing processes.
Thanks for everything
Where will I enter this API?
Thanks for everything
Where will I enter this API?
To do this via the API you need the following:
Javascript programming skills.
A server (or access to a serverless) programming environment such as Zapier, Google Apps Script, or perhaps Heroku.
A working knowledge of APIs in general, and specifically the Airtable API.
That’s a heavy lift for anyone and why I believe the Split() function must be made available in Airtable to end this insanity.
My Airdrop script shown earlier is a tool I created for my own consulting projects to make it fast and easy to perform any type of field transformations without using formulas. This is especially useful in solutions where I want to avoid complex formulas and also where formulas have to be maintained in many locations.
For your parsing objective, Airdrop (or the API) is like using a wrecking ball to turn off a light switch. But your example is the perfect way to demonstrate why Airtable must support Split().
OK I understand you now & again thanks for all your help till now, I am using heavily the formula you created for me
Here is a situation where it would be nice to have a REG_EX_SEARCH function that uses regular expression pattern matching, as suggested here.