ROMAN |
ROMAN(number [,form]) |
Returns the text string converting a binary number to a roman numeral. |
number | The arabic number you want to convert. |
form | (Optional) The number specifying the type of roman numeral you want: 0 / True = Classic (default) 1 = More concise 2 = More concise 3 = More concise 4 = Simplified False = Really Simplified |
REMARKS |
* If "number" < 0, then ?? is returned. * If "number" > 3999, then #VALUE! is returned. * If "form" is left blank, then 0 is used. * There is a UDF function for this, include link. * For the Microsoft documentation refer to support.microsoft.com * For the Google documentation refer to support.google.com |
|
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top