Don't think you can do this without code - if yuo are interested in coding this, it should be relatively simple
Pseudocode:
Worksheet_Change()
If target.address <> "Lookup Cell" then exit sub
Select Case Range("Lookup Cell")
case 1
'change format to £
case 2
'change format to $
case 3
'change format to Euros
case else
msgbox "Not a valid entry"
end select
end sub
Rgds, Geoff
Never test the depth of water with both feet
Help us to help you by reading FAQ222-2244 before you ask a question
.. and copy B1 down as far as your values in column A go.
Now, if you put "Dollars" in cell Z1, values in column B will be formatted in dollars; if you put "Euros" in Z1, values in column B will be formatted in euros, etc.
Enjoy,
Tony
-------------------------------------------------------------------------------------------- We want to help you; help us to do it by reading this: Before you ask a question.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.