이 함수는 Google Sheets에서도 Excel과 동일하게 작동합니다 — 구문과 인수가 같습니다.
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)결과: CDXCIX
Converts the number 499 into its standard Roman numeral representation.
=ROMAN(2023, 0)결과: 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.