View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Frank Pytel Frank Pytel is offline
external usenet poster
 
Posts: 103
Default Change Currency Format of Cell based on another Cell

Simon;

Create a column of text values for your currency. Then create a column of
character values for the symbol of that corresponding currency. Then create a
column of factorials based on a set currency. Do an If(lookup,Lookup,"")
statement that selects the value of the factorial based on the text value
that you assign in a predefined location.

God Bless

Frank Pytel

"Simon" wrote:

Is there a way to dynamically change the currency format of a cell based on
the value of another cell dynamically.

For isntance cell A1 holds the text value "HKD", i want to change the
currency format of cell A2 to HKD. If the value in A1 is "SGD" then the
currency format of A2 will be SGD?

Is this possible?

Thanks.
Simon