This is a weird question but i've faced today with one of my data sheet.
I got data with roman numbers into it like I,II,III,IV,V etc till X(10). Though i've converted these numbers to integer using formula tool like if 'I' then 1 else 2 and so on. But i've to write it 10times for each number.
Is there a way to convert Roman numbers to Integer value?