Hello,
I have cells in column A that are directly linked to other cells in a different tab.
For example, cell A1 =
However, I am trying to keep the number formatting so that my numbers have a leading 0 (8 digits total).
For example, "920" should be reading "09200000". However, because the cell is a formula, it is spitting out "9200000". When I type it manually, the number format shows correctly.
Any thoughts as to how to approach this?
Thanks.
I have cells in column A that are directly linked to other cells in a different tab.
For example, cell A1 =
Code:
='Tab2'A1
However, I am trying to keep the number formatting so that my numbers have a leading 0 (8 digits total).
For example, "920" should be reading "09200000". However, because the cell is a formula, it is spitting out "9200000". When I type it manually, the number format shows correctly.
Any thoughts as to how to approach this?
Thanks.