Hi,
I have a Excel problem,
eg.
cell A2 = File
cell A3 = Number
Then, I want to make them in one cell: I made like this
cell A1 = A2 & " " & A3
It works fine, but when I delete the cell A2 and A3, then A1 's answer does not come out. So, does any command keep the A1 value? Thanks.