how to use arabic numers in excel 2003

A

arimala

i am using excel 2003, i want write a numbers in roman and arbic, I chaged
the tools options in msword as complexscript to context and i can use both,
but in excel only english is coming not arabic, i changed keyboard sttings
still not getting arabic numberes, how i can use same?
can help me any one..............................
 
M

MrAcquire

If you mean converting a number like 2007 to roman numerals, use the formula
=ROMAN(A1)
where cell A1 contains your number.

=ROMAN(2007) returns MMVII.
 
Top