Increment text value by one in a formula

brauhartc

New Member
Joined
Jul 25, 2011
Messages
2
If I have a text string such as WDR1034 in cell B6, then the formula =B6 will return the result WDR1034 <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
<o:p></o:p>
Is there an expression that will return WDR1035 ?? In other words, my original text string incremented by 1 ??

I know how to increment manually but I want to build the incrementation into an IF statement

=IF(C7=0, B6(+1), B6)

The (+1) part of the expression obviously doesn't work and that is where I am stuck.

What do I enter here to get a result of WDR1035<o:p> ??</o:p>
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Dear Being Yogi,

You champion! Your formula works. :)

When you come to Perth I will buy you a beer!! I will also learn more about CONCATENATE

Kind regards
Carl
 
Upvote 0

Forum statistics

Threads
1,215,372
Messages
6,124,541
Members
449,169
Latest member
mm424

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