Yep, you can do the above Conditional by making your own rule on the cell, and selecting a formula to fill. Do a new rule for each currency.
Or just do a nested IF with the TEXT(reference, format) formula.
Like,
=IF(C3="CAD", TEXT(B3, "$0,000.00"), IF(C3="EUR", TEXT(B3, "€ 0,000.00", etc....
You will need to have to prepare the funky symbol currency text formats before typing the full formula so you can just copy/paste in the "€ 0,000.00", for example
Last edited by Flames89; 11-19-2014 at 09:21 AM.
|