Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
WM WM is offline
external usenet poster
 
Posts: 11
Default Question about copying column of cells and......

I am typing text in a column of cells (maybe 50 cells per column) with
various text in each cell of this column. Then in the next column I copy
that first column of text and have to manually add parenthesis to each and
every cell of the copied column. Is there a formula that exists where I can
have parenthesis automatically added around the text in each cell of the
newly copied column? I hope my question is clear enough. Thanks in advance
for your answer(s).
--
WM
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,089
Default Question about copying column of cells and......

="(" & A1 & ")" and drag down to add parentheses to the entries in column A

Regards

Trevor


"WM" wrote in message
...
I am typing text in a column of cells (maybe 50 cells per column) with
various text in each cell of this column. Then in the next column I copy
that first column of text and have to manually add parenthesis to each and
every cell of the copied column. Is there a formula that exists where I
can
have parenthesis automatically added around the text in each cell of the
newly copied column? I hope my question is clear enough. Thanks in
advance
for your answer(s).
--
WM



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
WM WM is offline
external usenet poster
 
Posts: 11
Default Question about copying column of cells and......

I'm sorry Trevor, can you clarify the formula? If I have in Column A the
following

A1 has 2-TBA-13
A2 has 2-TBA-26
A3 has 3-TBC-35

I will copy the text in A1, A2 and A3 over to B1, B2 and B3 but in the B
column, that text needs parenthesis. Can you explain the formula better?
Forgive me for not understanding and I really appreciate your answer. I'm
just not sure of exactly how to enter the formula. THANK YOU.
--
WM


"Trevor Shuttleworth" wrote:

="(" & A1 & ")" and drag down to add parentheses to the entries in column A

Regards

Trevor


"WM" wrote in message
...
I am typing text in a column of cells (maybe 50 cells per column) with
various text in each cell of this column. Then in the next column I copy
that first column of text and have to manually add parenthesis to each and
every cell of the copied column. Is there a formula that exists where I
can
have parenthesis automatically added around the text in each cell of the
newly copied column? I hope my question is clear enough. Thanks in
advance
for your answer(s).
--
WM




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,089
Default Question about copying column of cells and......

Don't copy anything.

In cell B1, put the formula: ="(" & A1 & ")" and drag down

So, in cell B1, you need to type an equals sign (=), followed by double
quotes ("), open parenthesis ((), double quotes ("), an ampersand (&), A1
(which picks up the value in the cell A1), an ampersand (&), double quotes
("), close parenthesis ()), and double quotes (")

If you want to end up with values instead of formula, select the whole of
column B, Copy it and then select PasteSpecial | Values

Regards

Trevor


"WM" wrote in message
...
I'm sorry Trevor, can you clarify the formula? If I have in Column A the
following

A1 has 2-TBA-13
A2 has 2-TBA-26
A3 has 3-TBC-35

I will copy the text in A1, A2 and A3 over to B1, B2 and B3 but in the B
column, that text needs parenthesis. Can you explain the formula better?
Forgive me for not understanding and I really appreciate your answer. I'm
just not sure of exactly how to enter the formula. THANK YOU.
--
WM


"Trevor Shuttleworth" wrote:

="(" & A1 & ")" and drag down to add parentheses to the entries in column
A

Regards

Trevor


"WM" wrote in message
...
I am typing text in a column of cells (maybe 50 cells per column) with
various text in each cell of this column. Then in the next column I
copy
that first column of text and have to manually add parenthesis to each
and
every cell of the copied column. Is there a formula that exists where
I
can
have parenthesis automatically added around the text in each cell of
the
newly copied column? I hope my question is clear enough. Thanks in
advance
for your answer(s).
--
WM






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
WM WM is offline
external usenet poster
 
Posts: 11
Default Question about copying column of cells and......

Thank you Trevor. I appreciate your help very much.
--
WM


"Trevor Shuttleworth" wrote:

Don't copy anything.

In cell B1, put the formula: ="(" & A1 & ")" and drag down

So, in cell B1, you need to type an equals sign (=), followed by double
quotes ("), open parenthesis ((), double quotes ("), an ampersand (&), A1
(which picks up the value in the cell A1), an ampersand (&), double quotes
("), close parenthesis ()), and double quotes (")

If you want to end up with values instead of formula, select the whole of
column B, Copy it and then select PasteSpecial | Values

Regards

Trevor


"WM" wrote in message
...
I'm sorry Trevor, can you clarify the formula? If I have in Column A the
following

A1 has 2-TBA-13
A2 has 2-TBA-26
A3 has 3-TBC-35

I will copy the text in A1, A2 and A3 over to B1, B2 and B3 but in the B
column, that text needs parenthesis. Can you explain the formula better?
Forgive me for not understanding and I really appreciate your answer. I'm
just not sure of exactly how to enter the formula. THANK YOU.
--
WM


"Trevor Shuttleworth" wrote:

="(" & A1 & ")" and drag down to add parentheses to the entries in column
A

Regards

Trevor


"WM" wrote in message
...
I am typing text in a column of cells (maybe 50 cells per column) with
various text in each cell of this column. Then in the next column I
copy
that first column of text and have to manually add parenthesis to each
and
every cell of the copied column. Is there a formula that exists where
I
can
have parenthesis automatically added around the text in each cell of
the
newly copied column? I hope my question is clear enough. Thanks in
advance
for your answer(s).
--
WM






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linking Groups of cells between workbooks vnacj-joe Excel Discussion (Misc queries) 4 June 14th 07 05:18 PM
Copying a column to a new sheet so that cells match. Nadeem Excel Worksheet Functions 0 October 11th 05 02:03 PM
Subtraction formula for consecutive cells in a column, skipping blanks [email protected] Excel Worksheet Functions 2 September 16th 05 12:20 AM
sorting cells according to all cells in column A Jootje Excel Worksheet Functions 2 August 16th 05 01:40 PM
Count cells based on date range in another column [email protected] New Users to Excel 1 May 5th 05 08:11 PM


All times are GMT +1. The time now is 10:56 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"