Oct 04, 2021 09:00 PM
Multiple Substitute in Airtable, I have one field that contains jebirish information but it contains one of the information. like ’
Field updated
UNDO
Your Account Name: | Reillence Lester Diocson | ||
Your Account Number: | 9189160337 | ||
Your Pin Number: | 860503 |
I want to make a formula get the Account Number only not the Jiberish character. How should I do this?
Oct 04, 2021 10:04 PM
For your reference, this isn’t gibberish its HTML. Is there a particular reason why your data includes a whole table in HTML format instead of just the individual data points (name, number, pin)? Where is the data coming from and is it possible to adjust your import method to come out cleaner?
Since you didn’t include the full output of the field the answer may vary depending on the following:
<td>Your Account Number:</td><td>
Oct 10, 2021 12:54 AM
Not long ago I shared a solution that extracts HTML tags from text.
With a tweak, you could also use this to remove the “Your Account Number:” prefix.