Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have a spreadsheet that has a column listing telephone numbers. These numbers need to change. I need to know how to create a macro or formula to make this happen. Example: (currently in the column) 5555555555, I need to change the area code and 3 didit exchange to a new number ( the area code and exchange will be the same for all the numbers in the column) (444)444-5555. the only part of the number that will stay the same is the last 4 digits Thanks -- Hemming ------------------------------------------------------------------------ Hemming's Profile: http://www.excelforum.com/member.php...o&userid=32185 View this thread: http://www.excelforum.com/showthread...hreadid=519319 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
="(444)444-"&RIGHT(A1,4)
-- Kind regards, Niek Otten "Hemming" wrote in message ... I have a spreadsheet that has a column listing telephone numbers. These numbers need to change. I need to know how to create a macro or formula to make this happen. Example: (currently in the column) 5555555555, I need to change the area code and 3 didit exchange to a new number ( the area code and exchange will be the same for all the numbers in the column) (444)444-5555. the only part of the number that will stay the same is the last 4 digits Thanks -- Hemming ------------------------------------------------------------------------ Hemming's Profile: http://www.excelforum.com/member.php...o&userid=32185 View this thread: http://www.excelforum.com/showthread...hreadid=519319 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i record changing cell data (cell is dde linked) | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Changing Cell formats to date fields automatically | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |