Excel worksheet function that will return the currency for a cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello Microsft Excel Developers,

I would like Microsoft to extend the capabilities of Excel by providing a
worksheet function that will return the currency value of the contents of a
cell. I have found this necessary and useful when confronted with arrays that
have values of many different currencies.

Looking forward to your kind assistance on this issue. Thank tou.

A. O. O. Basorun
The Basorun Clan,
(e-mail address removed)

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...dg=microsoft.public.excel.worksheet.functions
 
Hello Microsft Excel Developers,

I would like Microsoft to extend the capabilities of Excel by providing a
worksheet function that will return the currency value of the contents of a
cell. I have found this necessary and useful when confronted with arrays that
have values of many different currencies.

Looking forward to your kind assistance on this issue. Thank tou.

A. O. O. Basorun
The Basorun Clan,
(e-mail address removed)

You could easily write a VB function to return the currency identifier used in
any particular cell. There also may be a three character code returned by the
NumberFormat property of the cell which can be translated to a country.
However, I am unable to locate that conversion list.


--ron
 
Hello Ron

Thanks for the response.

I sort of tried this out from the VBA environment, but this would imply
writing a macro; which is not quite what I have in mind.

Suppose the following are enteries in various cells:

$266,886.60
€266,886.60
£266,886.60
NGN 266,886.60
Â¥266,886.60 NGN 37,364,124.00

I was hoping for a worksheet function similar to the Cell(..) function that
will return the corresponding currency as the result.

Let's still keep our fingers crossed for our guys at Microsoft.
Ciao!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top