Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have a group of four-digit extensions listed in a spreadsheet and I need to add an area code and prefix to each. Is there a way to add that to each cell without editing each cell? Thanks -- t2true ------------------------------------------------------------------------ t2true's Profile: http://www.excelforum.com/member.php...fo&userid=3877 View this thread: http://www.excelforum.com/showthread...hreadid=529294 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Insert a "helper" column and enter this formula:
="(123) 456-"&A1 ....where A1 holds the extension. Copy that formula, and paste for the rest of the extensions. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See previous posting by Kevin.
"t2true" wrote: I have a group of four-digit extensions listed in a spreadsheet and I need to add an area code and prefix to each. Is there a way to add that to each cell without editing each cell? Thanks -- t2true ------------------------------------------------------------------------ t2true's Profile: http://www.excelforum.com/member.php...fo&userid=3877 View this thread: http://www.excelforum.com/showthread...hreadid=529294 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi You can write a formula using the "&" operator (string operator), the get the the new values in a different column and finally copy--value the results to the original column. For example: in column A you have "1234", you need to add "-ABC"; in column B enter the formula A1&"-ABC". The resulta will be "1234-ABC". Now Ctrl+C B1 and Paste---Value to A1. -- jordun ------------------------------------------------------------------------ jordun's Profile: http://www.excelforum.com/member.php...o&userid=33118 View this thread: http://www.excelforum.com/showthread...hreadid=529347 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to copy single cell into cell that is merged from two cells? | Excel Discussion (Misc queries) | |||
Copying functions from one cell to other cells | New Users to Excel | |||
How do I double click a cell and jump to cell's referenced cell | Excel Discussion (Misc queries) | |||
How do I make a cell equal to another cells value and not it's fo. | Excel Worksheet Functions | |||
Help adding text values | Excel Worksheet Functions |