I have a spreadsheet with about 20,000 rows that came from a database. One of the columns has currency values from different types of currencies (e.g. US $, Euros, etc.) Each of the cells has a custom format that indicates what type of currency it is (e.g. [$EUR] #,##0.00_);([$EUR] #,##0.00) ). What I need to be able to do is extract the currency type from the fomat into another column, so I can determine which currency is appropriate for each cell. Does anyone have an idea about how to do this?
Thanks,
Brent