Conditional Formatting for Currency

A

Andy Edmunds

Hi,

I'm trying to find an easy way to change the format of a
cell based on the contents of another cell.

More specifically : cell A1 contains a number, and i want
to change it's format to the pound sysmbol, or the euro
symbol depending on the condition of cell A2. So if A2 =
P then format A1 as pounds, and if A2 = E then format A1
as Euro.

Sounds simple, but conditional formatting does not allow
me to change the format, only colours etc. I don't want
to go down the VB route if i can help it, and i can't find
an equation that will let me do this either. As usual
Microsoft help is worthless.

I'm using Office 97.

If anyone has any suggestions i'd appreciate an email.

Best wishes,

Andy.
 
T

Tom Ogilvy

A cell can contain a number or a formula. So you would need to embed your
number in the formula

=if(A2="E","?250","£250")

To reformat a cell automatically or conditionally would require a macro
otherwise.

Regards,
Tom Ogilvy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top