Can excel round 10 uniqe digits up by 1??

siyat

New Member
Joined
Mar 30, 2011
Messages
48
Hi,

I have a liste with 2000 phone numbers and can i make a liste e.g.

A1 45 22 49 58 60

and i want to get in A2: 45 22 50 59 61, A3: 45 22 51 60 62 and etc.

is that possible?

I am very new so i don't know how to write VBA but i know how to use them :)....
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
In A2: "=LEFT(A1,6)&MID(A1,7,2)+1&" "&MID(A1,10,2)+1&" "&MID(A1,13,2)+1"

Copy this down into A3, A4 etc.
 
Upvote 0
Hi Stef,

Thank you for you replay, but i get "erro" when i put it to A2.

It's says "the formula you typed contains an erro"

Do you have any sugestions?
 
Upvote 0
Did you enter the formula without the two outside quotation marks? In other words in cell A2 you should enter:

=LEFT(A1,6)&MID(A1,7,2)+1&" "&MID(A1,10,2)+1&" "&MID(A1,13,2)+1
 
Upvote 0
hmmm... it works fine for me in Excel 2007. Does your entry in A1 contain any leading spaces perhaps?
 
Upvote 0
Ok, when i paste it directley in A3 dosent make anything to happen.
Then i have to put it in that box where you can edit fields then i get an erro on this command :confused:
But thank you for this effort you made
 
Upvote 0

Forum statistics

Threads
1,224,544
Messages
6,179,430
Members
452,915
Latest member
hannnahheileen

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