G Guest Nov 3, 2004 #1 I have about 450 values in a column that I want to ad TR to the end of it. What formula would I use to accomplish this. -thanks,
I have about 450 values in a column that I want to ad TR to the end of it. What formula would I use to accomplish this. -thanks,
N NHarkawat Nov 3, 2004 #2 =A1&"TR" and copy it across 450 row of data assuming col A holds the value
P Peo Sjoblom Nov 3, 2004 #3 You could use a help column, assume the data is in column A, insert a new column B and use =A1&"TR" copy down as long as needed, copy new values and do edit>paste special as values, now you can delete column A if you don't need it anymore -- Regards, Peo Sjoblom (No private emails please, for everyone's benefit keep the discussion in the newsgroup/forum)
You could use a help column, assume the data is in column A, insert a new column B and use =A1&"TR" copy down as long as needed, copy new values and do edit>paste special as values, now you can delete column A if you don't need it anymore -- Regards, Peo Sjoblom (No private emails please, for everyone's benefit keep the discussion in the newsgroup/forum)
M Max Nov 3, 2004 #4 Assume the values are in col A, A1 down Try in B1: =TRIM(A1)&"TR" Copy down If required .. Kill the formulas in col B with an in-place: Copy > paste special > values > OK
Assume the values are in col A, A1 down Try in B1: =TRIM(A1)&"TR" Copy down If required .. Kill the formulas in col B with an in-place: Copy > paste special > values > OK