Converts an Arabic numeral to Roman, as text.
Ta funkcja działa w Arkuszach Google tak samo jak w Excelu — ta sama składnia i argumenty.
ROMAN(number, [form])The ROMAN function transforms a standard number (1 to 3999) into its Roman numeral equivalent. The optional form argument allows you to specify the degree of simplification, ranging from classic to more concise styles.
=ROMAN(499)Wynik: CDXCIX
Converts the number 499 into its standard Roman numeral representation.
=ROMAN(2023, 0)Wynik: MMXXIII
Converts 2023 to Roman numerals using the classic format.
The ROMAN function supports numbers up to 3999.
Yes, you can use the ARABIC function to perform the reverse conversion.