Text and data separated by a colon

burnsnd85

New Member
Joined
Dec 11, 2008
Messages
5
I need to copy one column of info with text and data separated by a colon (customer one:12345) and only paste the data (12345) into the second column. Simpler solution preferred. Any suggestions?
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.

njimack

Well-known Member
Joined
Jun 17, 2005
Messages
7,772
=right(a1,len(a1)-find(":",a1))

Or use Text to Columns, with ":" as your delimiter
 
Upvote 0

MrKowz

Well-known Member
Joined
Jun 30, 2008
Messages
6,653
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Try using Text-To-Columns, using ":" as the delimiter. It will put "Customer One" in the first column, and the ID number in the second column.
 
Upvote 0

T. Valko

Well-known Member
Joined
May 9, 2009
Messages
16,623
I need to copy one column of info with text and data separated by a colon (customer one:12345) and only paste the data (12345) into the second column. Simpler solution preferred. Any suggestions?
Paste the data then do a Text to Columns operation.

  • Delimited>Other>enter a colon
  • Next
  • Do not import
  • Finish
 
Upvote 0

burnsnd85

New Member
Joined
Dec 11, 2008
Messages
5
Beerholder: I'm trying but not having any success. Should I use your formula with 'Find and Replace'?
 
Upvote 0

Forum statistics

Threads
1,190,817
Messages
5,983,066
Members
439,818
Latest member
schizoid231

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top