Skip to main content

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?

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.


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.


Perfect, thank you Scott.