increment cell value by 1

  1. E

    Help with VBA Code

    Hi XL Coders ! I'm a fresh VBA Coder end I need a VBA Code that help to increment a cell using a starting number from a user form
  2. J

    Copy/Paste ActiveSheet and rename with Increment based on old name

    Good Afternoon everyone! I need help a macro that increments correctly. The macro i'm trying to tweak is meant to copy the activesheet, and paste the duplicate with the old name and the revision number. i.e.: ORC01 to ORC01_R1 since this macro is applied to a button on the activesheet, it...
  3. J

    Increment number to return to 0 or number after the last sheet created

    Good afternoon all! I've been trying to tweak this code, based on other posts i saw around, similar to this situation. I use the macro to copy/paste the template sheet and it names the new sheet according to a code and the number it stores on cell H2 of the template. This number increments but...
  4. O

    Automatically insert an incrementing number, but allow manual override

    If possible, I'd like to have Excel insert a number that increments by one in the first column of every new row in a given table like so: GID FN LN 800 John Smith 801 Jill Rogers 802 Sam Spade 803 Sally Spade 804 Bill Bayes but that will also allow for manual...
  5. K

    Conditional Formatting the Month with automatic monthly progression.

    GentlePeople, I have a Question about How to get my "month" selection to automatically increment +1 for each new month? I have a few different ways that I have thought it should work, but doesn't. <tbody> Circle the Month: 1 2 3 4 5 6 7 8 9 10 11 12 </tbody> This is the way the month...
  6. R

    Macro to increment a cell value based on two conditions being met

    Does anyone know if its possible to run a macro that checks if certain conditions are met and if they are not, it incrementally increases another cell. Condition 1: W15>$W$12 Condition 2: X15<=$X$12 If the above two conditions are not met, then increase the cell value of AD15 by 1 otherwise...
  7. X

    Increment each of the character in a string by 1 [VBA]

    I'd like to increment each of the character within a string by 1 So for eg. ABCD101 becomes BCDE212 The nearest I've got is using char combined by code function ie. =CHAR(CODE("cellreference")+1). I would really appreciate if the function would be a User Defined Function [UDF] in VBA...
  8. E

    Number rows but reset after a blank cell is encountered

    Hi Excel gurus, I have the following formula which assigns a number to a cell =IF(E2="","",COUNTA($E$2:E2)) It works great however I have a small issue in relation to when a blank value is in a cell, I'd like for the numbers to reset to 1 and increment (instead of continuing to increment...
  9. M

    +1 Text and number incement

    Help please, Problem is in D19 I could have "week 1" up to "week 52" and I would like E19 to plus 1 for example if D19 was "week 1" E19 would be "week 2" or if D19 was "week 40" E19 would be "week 41". Any solutions guys??
  10. R

    Increment numbers automatically in a table

    Hello everyone, I've got the following table <TABLE style="WIDTH: 290pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=387><COLGROUP><COL style="WIDTH: 72pt; mso-width-source: userset; mso-width-alt: 3510" width=96><COL style="WIDTH: 71pt; mso-width-source: userset...
  11. T

    Incrementing Page Numbers?

    Good morning everyone! I haven't been able to find a formula to accomplish this, and maybe there isn't one, but I figured if anyone could figure it out, it would be the people at Mr. Excel, so here goes. I have created a form in Excel 2003 that will be printed on standard 8-1/2"x11" paper on a...
  12. S

    Increment values

    Hi, I would like to use the below function by specifying a range of cells. Can someone help here: Sub Up_One() Range("C4").Value = Range("C4").Value + 1 Range("C5").Value = Range("C5").Value + 1 Range("C6").Value = Range("C6").Value + 1 End Sub Instead of mentioning each cell I would like...
  13. C

    excel insert rows and paste incremental value

    I need to insert a random number of rows in excel and fill the cell value incrementally by one on each row. I found the following formula that inserts the blanks rows and copies the value to each row. I want the value to increment by 1 for each new row. It prompts the user for the number of...

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