Convert roman number to number in Excel and Google Sheets
=MATCH(A2,INDEX(ROMAN(ROW(INDIRECT("1:4000"))),0),0)
A2 = data cell
Check below for a detailed explanation with pictures and how to use formulas in Excel and Google Sheets.Convert roman number to number in Excel
How to convert roman numbers to numbers in Excel?Convert roman number to number in Excel
CONVERT ROMAN NUMBER TO NUMBER — EXCEL FORMULA AND EXAMPLE
CONVERT ROMAN NUMBER TO NUMBER — EXCEL FORMULA AND EXAMPLE
=MATCH(A2,INDEX(ROMAN(ROW(INDIRECT("1:4000"))),0),0)
A2 = data cell
Convert roman number to number in Google Sheets
How to convert roman numbers to numbers in Google Sheets?Convert roman number to number in Google Sheets
CONVERT ROMAN NUMBER TO NUMBER — GOOGLE SHEETS FORMULA AND EXAMPLE
CONVERT ROMAN NUMBER TO NUMBER — GOOGLE SHEETS FORMULA AND EXAMPLE
=MATCH(A2,INDEX(ROMAN(ROW(INDIRECT("1:4000"))),0),0)
A2 = data cell
Other useful convert formulas in Excel and Google Sheets
- CONVERT formulas and example
- Convert alphabet letter to number
- Convert decimal numbers to binary
- Convert letter to number
- Convert number to alphabet letter
- Convert number to roman number
- Convert number with two decimals
- Convert number stored as a text to date
- Convert weekday string to number
- Sum by month
- SUMIF cells if contains part of a text string
- Sum total sales based on quantity & price
- Combine date and time
- Convert 1-12 to month name
- Dynamic current date and time
- Count blank cell
- Count cell between two values
- Combine two or more cell
- Extract left before first space
- Extract the nth words in a text string
- Flip the first and last name
- SUMIF formulas and example
- SUMIFS formulas and example
- COUNTIF formulas and example
- IF formulas and example
- TEXT formulas and example
- Change the negative number to zero
- Change negative to positive numbers
- Calculate percentage changes for containing zero or negative values
- Convert date to text
- Convert time to text
- Combine two or more cells with a line break
- Combine two or more cells and transpose
- Count cells over 10 characters
- Count cells that are not blank
- Count if cells contain a specific text
- Count cells that begin with a specific text
- COUNTIF based on multiple criteria