Excel 2011 for Mac: Conditional currency formatting

arnaudchevalier

New Member
Joined
Jan 23, 2012
Messages
13
Hello there,
I am trying to do something that thought would be simple but does not seem that easy :)

I have a cell (A1) with a list of currency value (USD,EUR,...).
I would like another cell (A2) to have the currency format related to that currency automatically applied based on the value of A1.
So, in practice, if A1 = "USD", then the number in call A2 shall appear as "$ 120" for instance.
Conditional formatting by default does not seem to support this (only font, colors, fill, ... but not cell format).

Is there a simple way to do that (simple meaning without macro) ?

Thanks in advance for your help,
Arnaud
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi,

I feel I need to be more specific here.
I found how to do this in another thread using a formula along those lines, and not VBA:
=(IF(F3="USD",TEXT(B1*C1,"$0.00"),IF(F3="EUR",TEXT(B1*C1,"€ 0.00"),IF(F3="GBP",TEXT(B1*C1,"£0.00")))))

It actually woks fine but I have so many cells full of numbers and formulas, that if I have to add that on top, it would be messy.
And I try to avoid VBA as well.

I saw in some threads there was a way to use Conditional Formatting button, but it seems in Excel 2011 for Mac, there is no option for cell format conditions.
Or did I miss anything?

 
Upvote 0

Forum statistics

Threads
1,215,327
Messages
6,124,294
Members
449,149
Latest member
mwdbActuary

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top