For example:
ROMAN takes twoarguments:numberandform.Numbershould be a whole number between 1 and 3999.
Theformargument controls the convention used for Roman numbers.
Other possible values are 1-4, which specify progressively more concise output.
For example:
Seemore form samples below.
Roman numbers
The table below lists available Roman numbers with their equivalent Arabic number value.
The ROMAN function converts Arabic numbers to Roman numbers.
Use theARABIC functionto convert Roman numbers to Arabic numbers.
The screen below shows how different values forformaffect output.
For example, the formula =ARABIC(“VII”) returns 7.