When I enter Euro or Sterling values ββin an excel sheet, they are automatically recognized as numbers / currency and are right-aligned, and I can also extract their value.
eg. Β£ 10 is automatically leveled to the right. Using the formula =VALUE(A1)returns 10, as follows. This also worked when using the β¬ symbol. However, if I used the $ character, the value is recognized as text and using the above formula's results #VALUE!. Perhaps this is due to my regional / language settings of Windows, which are intended for the UK, and not for the United States.
EDIT: I have two records in accounting formats: Β£ English (UK) $ English (USA)
source
share