move all text after first word to next cell if applicable

bmarion91

New Member
Joined
Jan 3, 2019
Messages
2
I have an acronym list with 2800 rows populated but some of them have both the acronym and the expansion in the first cell.

Is there a formula I can use that will let me move all text after the first space into the cell directly to the right?
 
CIA Central Intelligence Agency
FBI Federal Bureau of Investigation
NSA National Security Agency

This is the data that I want separated into two separate columns, whereas some data was placed in the worksheet correctly from the start.

I've tried to find where I need the formulas to go but i'm not quite there yet. I'll keep trying

Hi,

In my sample below, where A1:B1, A3:B3, and A7:B7 was Correctly populated in the worksheet from the start...

1. Place formula in B2, enter.
2. Select B2, Right Click, "Copy"
3. Hit F5, Click "Special" ( lower left corner )
4. Select "Blanks" on left side, Click "OK"
5. Click "Ctrl" and "V"

The formula is now copied to all Blank B cells which corresponding A cells are populated, and Cell references auto adjusted.


Book1
AB
1CIACentral Intelligence Agency
2FBI Federal Bureau of InvestigationFederal Bureau of Investigation
3NSANational Security Agency
4ATF Bureau of Alcohol, Tobacco, Firearms and Explosives
5BBB Better Business Bureau
6DEA Drug Emforcement Administration
7IRSInternal Revenue Service
8DOJ Department of Justice
Sheet447
Cell Formulas
RangeFormula
B2=MID(A2,FIND(" ",A2)+1,99)
 
Upvote 0

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.

Forum statistics

Threads
1,223,911
Messages
6,175,327
Members
452,635
Latest member
laura12345

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
Back
Top