Changing cell information

Fyrdawg

Board Regular
Joined
Aug 29, 2013
Messages
51
Office Version
  1. 365
Platform
  1. Windows
I am trying to get Excel to auto populate a cell based on the data in another. I have tried a few formulas but keep getting errors and know it's not this complicated.

I need a formula that will change the data in column 1 to look like column 2. I'm simply trying to drop off the letter in column 1 to do some data analysis.
[TABLE="width: 100"]
<tbody>[TR]
[TD]A2[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]B1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]A3[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]B5[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]B2[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Fyrdawg, Good afternoon.

Suppose:

.......A........B.........
1.....A2.......=FORMULA

FORMULA --> =--MID(A1,2,100)

Is that what you want?
I hope helps.
 
Upvote 0
Thank you for the info.. That formula doesn't seem to work.. I am simply trying to convert an A1/B1 to a 1, A2/B2 to a 2, etc up to A5/B5. If tried a few IF formula's but kept getting an error.
 
Upvote 0

Forum statistics

Threads
1,224,827
Messages
6,181,197
Members
453,021
Latest member
pingpong7117

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