Hi - is there anyway to interrogate the value of text in a cell that is custom formatted? I have a spreadsheet where cells in a column are formatted as:
#,##0.00" USD";-#,##0.00" USD";#,##0.00;@
#,##0.00" PHP";-#,##0.00" PHP";#,##0.00;@
#,##0.00" MXN";-#,##0.00" MXN";#,##0.00;@
ETC.
I would like to do certain processing based on currency - but I only see the numeric value when I look at the cell. When i filter, I see the each numeric value with the currency - but how do extract the currency literal???
#,##0.00" USD";-#,##0.00" USD";#,##0.00;@
#,##0.00" PHP";-#,##0.00" PHP";#,##0.00;@
#,##0.00" MXN";-#,##0.00" MXN";#,##0.00;@
ETC.
I would like to do certain processing based on currency - but I only see the numeric value when I look at the cell. When i filter, I see the each numeric value with the currency - but how do extract the currency literal???