Hi,
I have a column of formulas, and I want to copy the formula's text into another column in excel.
So I have something like
A1 = "=Vlookup(B3,...)"
A2 = "=Vlookup(B3,...)"
....
A100 = "=Vlookup..."
And I want to copy cells A1 through A100 to column C, such that it has the text only.
C1 = "Vlookup(B3,...)"
C2 = "Vlookup(B3,...)"
....
C100 = "Vlookup..."
How can I do this?
Thanks
I have a column of formulas, and I want to copy the formula's text into another column in excel.
So I have something like
A1 = "=Vlookup(B3,...)"
A2 = "=Vlookup(B3,...)"
....
A100 = "=Vlookup..."
And I want to copy cells A1 through A100 to column C, such that it has the text only.
C1 = "Vlookup(B3,...)"
C2 = "Vlookup(B3,...)"
....
C100 = "Vlookup..."
How can I do this?
Thanks