I am trying to create a custom numeric format in Excel that includes text from another cell. The important point is that I want to keep the value in the formatted cell as numeric format. Questions close to this question have been answered before, but they all rely on converting the value into text (usually using TEXT()). I want to be able to do further calculations on this value without having to go through the extra steps of converting it BACK to a number.
The format should be something like 0.00 "B2" , but this just treats the text B2 literally. Is there a way to make it work as a cell reference?
It seems like there should be a basic way to do this, but I can't find it. Does anyone know how?
