I
I_need_help
Does anyone know how to link the number format of a cell on the value of
another cell by using the custom number format tool and not VBA?
For example:
if cell A1 = "GBP" then value in cell B1 will be displayed as either "£
<value>" or "GBP <value>"
So if the user then enters "EUR" in cell A1, then B1 will automatically
change to either "€ <value>" or "EUR <value>".
Thanks.
another cell by using the custom number format tool and not VBA?
For example:
if cell A1 = "GBP" then value in cell B1 will be displayed as either "£
<value>" or "GBP <value>"
So if the user then enters "EUR" in cell A1, then B1 will automatically
change to either "€ <value>" or "EUR <value>".
Thanks.