Hi,
I'm trying to reference a cell's custom numerical formatted result instead of its cell value. For example:
Cell A1 has a value of =.75 and uses custom format "Pass rate: ("0.0%")". The result Cell A1 displayed is therefore:
Pass rate: (75.0%)
I want Cell A2 to refer to Cell A1's displayed result and not its value (i.e. refer to "Pass rate: (75.0%)" and not ".75").
Anyone know how to do this (especially without VBA but willing to use it)?
Thanks.
I'm trying to reference a cell's custom numerical formatted result instead of its cell value. For example:
Cell A1 has a value of =.75 and uses custom format "Pass rate: ("0.0%")". The result Cell A1 displayed is therefore:
Pass rate: (75.0%)
I want Cell A2 to refer to Cell A1's displayed result and not its value (i.e. refer to "Pass rate: (75.0%)" and not ".75").
Anyone know how to do this (especially without VBA but willing to use it)?
Thanks.