![]() |
Currency identification
I have amounts in a row formatted as USd and AED.Cell A1 200 AED and cell A2
$200.I need to differentiate these two and I should able to capture the USD alone.The idea is to seperate all the USD.Filter is not working.Please advice. |
Currency identification
=IF(LEFT(CELL("format",A1),1)="C","USD","EAD")
"Balaji" wrote: I have amounts in a row formatted as USd and AED.Cell A1 200 AED and cell A2 $200.I need to differentiate these two and I should able to capture the USD alone.The idea is to seperate all the USD.Filter is not working.Please advice. |
Currency identification
Thanks Tevuna,
This is working.Great. "Tevuna" wrote: =IF(LEFT(CELL("format",A1),1)="C","USD","EAD") "Balaji" wrote: I have amounts in a row formatted as USd and AED.Cell A1 200 AED and cell A2 $200.I need to differentiate these two and I should able to capture the USD alone.The idea is to seperate all the USD.Filter is not working.Please advice. |
All times are GMT +1. The time now is 04:13 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com