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

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
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,220,965
Messages
6,157,120
Members
451,399
Latest member
alchavar

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