how to convert numbers from different numbers of digits into only 2 digit ?

Mareah

New Member
Joined
Jun 19, 2012
Messages
9
Hi

I have one column with 2600 rows.
each cell have different numbers of digits.
How can I convert all number into only 2 digit using the first 2 digits?

e.g. I have 21100, 4643, 791 etc
and I want to convert the into : 21, 46, 79
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Lets assume your data starts at cell A1, in cell B1 place the following formula =LEFT(A1,2).

Copy the formula down column B to the last row containing your data.

Cheers,

Chris (aka Nocky)
 
Upvote 0
WOOOOOOOW
I cannot thank you enough you save my time

That's REALLY AMAZING.

Thanks a million
 
Upvote 0

Forum statistics

Threads
1,219,166
Messages
6,146,685
Members
450,706
Latest member
LGVBPP

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