Is it possible to include the contents of cell A1 in a custom number format? Suppose cell A1 contains string "USD" representing currency. Cell B1 is to have custom number format, if user types 100 in cell B1, it should be displayed as "100 USD". Then if cell A1 is changed to "GBP", cell B1 should update to show "100 GBP". Is this possible?
Last edited: