The ROMAN function converts the given number to the corresponding Roman numeral.
Formula:
=ROMAN(Number, form) Form specifies the type of the Roman numeral. 0 or omitted - Classic, 1 - Concise, 2 - More concise, 3 - Most concise, 4 - Simplified, TRUE - Classic and FALSE - Simplified. Note:If the number is negative or greater than 3999, then the error #VALUE! is returned.
Video Tutorial:
Let us find the corresponding Roman numeral for the given number, using the ROMAN function, with the help of the below video.