In EXCEL, how can I use the "=" command, to ALSO bring in the format code used for a cell?
in other words...
Using format codes for the cell...
A1=05
A2=0005
B1=4
B2=if(b1=4;A2;A1)
both results make B2=5
I need it to also return the correct number of characters by replicated the original cell exactly.