View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default To get a sum for variant currency values

You'll need to convert to a common currency before you add the numbers.
Download a current conversion rate for each currency to use in your
conversion.

http://office.microsoft.com/en-us/ma...CE010737511033
talks of one add-in to do the job.
http://msdn2.microsoft.com/en-gb/lib...ffice.11).aspx gives
advice on using web queries.
--
David Biddulph

wrote in message
...
Hi gurus,

I've been searching for the topic but found nothing relevant. Say
there's a column A like this -

EUR 100
USD 200
CNY 300
YEN 400

How can I get the sum of those values? The currencies were set by
"cell format" so they're not part of the text.

Any input would be appreciated.

Best, Yu