Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
="(" & 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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking Groups of cells between workbooks | Excel Discussion (Misc queries) | |||
Copying a column to a new sheet so that cells match. | Excel Worksheet Functions | |||
Subtraction formula for consecutive cells in a column, skipping blanks | Excel Worksheet Functions | |||
sorting cells according to all cells in column A | Excel Worksheet Functions | |||
Count cells based on date range in another column | New Users to Excel |