ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   CONVERT ROMAN TO ARABIC NUMERALS (https://www.excelbanter.com/excel-worksheet-functions/161306-convert-roman-arabic-numerals.html)

John

CONVERT ROMAN TO ARABIC NUMERALS
 


Pete_UK

CONVERT ROMAN TO ARABIC NUMERALS
 
And your question is ???

Pete

On Oct 8, 3:55 pm, JOHN wrote:




Peo Sjoblom

CONVERT ROMAN TO ARABIC NUMERALS
 
http://en.wikipedia.org/wiki/Roman_numerals


Nothing built in and unless somebody has built anything in Excel that will
do this I'd suggest you roll your own


--


Regards,


Peo Sjoblom



"JOHN" wrote in message
...




Lori

CONVERT ROMAN TO ARABIC NUMERALS
 
=MATCH(A1,ROMAN(ROW($1:$3999)),0)

ctrl+shift+entered with Tools Addins: Analysis toolpak checked.


Ashley

Thank u so much!!!
 
you rock if ihadnt read this i woulndnt no how to do
this!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!

"Lori" wrote:

=MATCH(A1,ROMAN(ROW($1:$3999)),0)

ctrl+shift+entered with Tools Addins: Analysis toolpak checked.rock on



JanV

CONVERT ROMAN TO ARABIC NUMERALS
 
Hi all,

Why this is not working when reffering other than A1 cell (row 3) ?
=MATCH(A3,ROMAN(ROW($3:$3999)),0) - does not work??
Thanks for hints,
Jan


"Lori" wrote:

=MATCH(A1,ROMAN(ROW($1:$3999)),0)

ctrl+shift+entered with Tools Addins: Analysis toolpak checked.



JanV

CONVERT ROMAN TO ARABIC NUMERALS
 
I'm sorry. it works well. just I left a space at the end of roman number in
cell,
Bye,
J.

"JanV" wrote:

Hi all,

Why this is not working when reffering other than A1 cell (row 3) ?
=MATCH(A3,ROMAN(ROW($3:$3999)),0) - does not work??
Thanks for hints,
Jan


"Lori" wrote:

=MATCH(A1,ROMAN(ROW($1:$3999)),0)

ctrl+shift+entered with Tools Addins: Analysis toolpak checked.



Ron Rosenfeld

CONVERT ROMAN TO ARABIC NUMERALS
 
On Wed, 14 Apr 2010 03:42:01 -0700, JanV
wrote:

Hi all,

Why this is not working when reffering other than A1 cell (row 3) ?
=MATCH(A3,ROMAN(ROW($3:$3999)),0) - does not work??
Thanks for hints,
Jan


What does "does not work" mean?

Excel crashes?
Error message? If so, what is the message.
Wrong result? If so, what is your input and output.

What you posted shows $3:$3999 for the array which is incorrect and not the
same as the original and, even if everything else were correct, would give an
incorrect answer.

This is something that can change if you insert rows. If that is the issue,
then:

=MATCH(A1,ROMAN(ROW(INDIRECT("1:3999"))),0)

entered as an array formula by holding down <ctrl<shift while hitting <enter
will allow row insertion without changing the references.

Maybe you didn't enter the formula as an array formula.

Maybe the contents of A1 is not a roman numeral in the proper format.
--ron


All times are GMT +1. The time now is 09:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com