A family of Microsoft word processing software products for creating web, email, and print documents.
In Word, you can format numbers in a field as Roman.
For example:
- Press Ctrl+F9 to insert field brackets { }
- Type =2014 \ ROMAN*
- Press F9 to hide the field code and update the result.
Or use a macro, as described in http://msgroups.net/microsoft.public.word.newusers/how-do-i-insert-roman-numerals/70297
Excel has a worksheet function ROMAN.
For example:
- Enter a number in a cell, say in A1.
- In another cell, enter the formula =ROMAN(A1)