Auto Revision numbering

purandhar

New Member
Joined
May 11, 2016
Messages
6
If the Revision on column A is
-B0-1
-A0-3
-B0-2
Then i need to get new revision on column B as
-B0-2
-A0-4
-B0-3

Adding +1 In the last digit.
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
You can select all the values in column A and drag them right to column B. Excel will automatically increase the right-most numeric values.

Otherwise, do you want a formula in column B?
 
Last edited:
Upvote 0
Hi Alpha,

Many thanks for this easy way.... eager to know this. Can u share me the Formula ???

The formula depends on the pattern of the data. This works for your example data.
=LEFT(A1,FIND("-",A1,2)) & MID(A1,FIND("-",A1,2)+1,9)+1
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,849
Members
452,361
Latest member
d3ad3y3

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