Add 1 to a cell containing text and number and retain text

Rasmusjc

New Member
Joined
Jul 29, 2018
Messages
21
Hi

I have been searching for, what i think is quite easy, but unfortunatly i cant figure out how to solve my problem.

In cell A1 i have = "Week " 1 ~ Displaying Week 1
In cell i A2 i need = A1 + 1 ~ Displaying Week 2
continue in A3 ect.

I just cant figure out how to make a formular that multiply A1 with 1

Hope you can help me
Best regards.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
If, you can't use the row number (you could make it relative of course).
If "Week 1" is in Cell F5, in Cell F6
Code:
=LEFT(F5, 5) & MID(F5, 6,99) + 1
Drag down as far as needed
 
Upvote 0

Forum statistics

Threads
1,214,929
Messages
6,122,314
Members
449,081
Latest member
tanurai

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