Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Dec 17, 2020 03:16 AM
Hi all,
I am importing a data set that stored some numbers as roman numerals. Is there a formula or other method to convert these to numbers?
Dec 17, 2020 09:55 AM
This would only be possible with a custom JavaScript, since Airtable functions do not support iteration.
Here’s one that I found on the web:
Others here can likely help you integrate it into your system.
Dec 17, 2020 07:50 PM
Perfect, thank you Scott.