increment

  1. USFengBULLS

    Increment Form and Revision Number with Hyphen in Between.

    Hello, I am looking at many examples online on how to auto increment Invoice / Form number but they aren't specific to what I need to do. The format to number my forms is (Change Order #) - (Revision #). Example, If I were on the fourth revision of change order three, it would be 3-4. I need to...
  2. A

    Multiple conditions to look at

    Hi all I have 4 columns of data in column A I have some random values and mostly blanks. in column B I have a calculation which looks at column A and if a value appears there it discards the values above it and takes the new value from column A. In column C I have a formula =...
  3. B

    Help in correcting excel formula

    Can anyone help me correct the following formula: =IF(C2>100,IF(T2="Change of Ropa",ROUNDUP(VLOOKUP(DATE(2006,1,1),$Q$2:$R$28,2,0)*1.86,-1)+G2),IF(C2>100,IF(OR(T2={"Superannuation","Appointment","Annual Increment","Enhancement of Qualification","10 Years' Benefit","18 Years' Benefit","20 Years'...
  4. S

    Salary statement - Help with salary increase

    Salary increments will be given once in a year at random times as fixed amount. Increments are given randomly, so if 5000 rs increment is given this month, it should be added to allowances (increases to 14500), so it increases gross salary to 40,000, but next month there won't be any...
  5. S

    VBA- Rounding a static value to closest increment of a Loop/Array created from another static value

    <tbody> INCREMENT STATIC 1 STATIC 2 VALUE .25 100 100.35 .45 200 201.55 .65 300 302.75 </tbody> I'm struggling to figure out in VBA the most efficient way to create a loop/array within the value in the STATIC 1 column using the increment in same row, and then rounding the STATIC 2...
  6. Y

    Excel vba increment cell and sheet selection

    I do run this VBA code Sub sbCopyRangeToAnotherSheet() Sheets("Sheet1").Range("B1:I1").Copy Destination:=Sheets("Sheet2").Range("D39:K39") Sheets("Sheet1").Range("B2:I2").Copy Destination:=Sheets("Sheet3").Range("D39:K39") End Sub i.e. changing the range "B1:I1" and sheet "Sheet2"...
  7. U

    How can i increment and decrament a cell with a touch screen?

    I have a laptop/tablet computer that I use in the field to collect data. Most of the time I am just adding or subtracting one from the current cell. All of the cells I need to change are in column D from row 14 through row 97. All of the cells are locked except for columns D and H. I could...
  8. B

    Count Data in Range increment by 5 columns

    Hi All, I encountered a situation where I need to create a formula get the result as in the Row5 by counting how many #5 in row3 range increment by 5 columns for the next result. example below: B5=COUNTIF($B3:F3,"5") C5=COUNTIF($B3:K3,"5") D5=COUNTIF($B3:P3,"5") E5=COUNTIF($B3:U3,"5") Is...
  9. CatLadee

    Trouble with Counter to Increment Through an Array - What gives?

    Can one of you smart people please give me a hint about why I am unable to increment through one range to move it to another location with my current code? The current counter just gives the last variable in the loop for all of the new range's slots. The comma'd out counter says type mismatch...
  10. J

    increment and return to "0"

    Hey all, I'm trying to use this to increment a number if certain cells equal other cells and then if the range F13:T21 <> the criteria, reset to "0". Am I on the right track? I know it's not working the way it is now. TIA =MOD(COUNTA(F13:T21,N2:Q2,+COUNTIFS(F13:T21,I2:K2))
  11. Mazbuka

    Working backwards to year 1 rent with a fixed total

    Hello brainy people, In negotiations to rent a new building, I know our budget is say $3,000,000 over 5 years and also that the Landlord will be looking for some annual increments. I'm really struggling to put in a formula to calculate year 1 rent which allows me to experiment with various...
  12. jbesclapez

    Increment a number untill N set in another cell and reset : Formula help plz.

    Hi MrExcel, I have a table like this : <tbody> Group Increment 1 1 1 1 1 1 1 1 2 1 2 2 2 1 2 2 2 1 2 2 3 1 3 2 3 3 4 1 4 2 4 3 4 4 4 1 4 2 4 3 4 4 5 1 5 2 5 3 5 4 5 5 </tbody> Basically a group is in the first column. Group one means...
  13. GomaPile

    1, 2 skip a few 99, 100 scenarios

    Hello All, I have a simple request, if that someone could kindly please write a vba code. I have a single scroll bar (ActiveX control) that is connected to H25 cell; to which it goes up increment levels by one with every mouse click, starting from 1 – 194. What I like to achieve at some...
  14. K

    If row is less than last row

    Hi guys Struggling with a little problem here, should be really simple you'd image, but danged if I can get it to work:- this below, is basically the idea I need to happen. If column A suddenly goes lower than the previous value, increment column b by 1. Can't use scripts. 1 | 0 2 | 0 3...
  15. J

    Copying a Sheet and Incrementing a Forumla On the New Sheets

    I have tried searching through the forums to hopefully find an answer before posting, but I could not find anything. So please direct me to another thread if I simply failed to find it. Sheet1 This sheet has data in cells B3 – B52 Ex. B3 = 750 E B4 = 750 F … B42 = 610 B … B52 = (Blank, Future...
  16. S

    Increment based on Adjecent Cells

    Hi All, Not been here for a while. Hope you are all ok and can help. <tbody> Column A Column B A123 A123 A124 A125 A126 A126 A126 A126 A126 </tbody> I have 2 columns as above. I want to add the incremental count of each number in column A into column B...
  17. K

    find missing value or last value and increment

    Sub add() Dim v As Workbook, cellValue As String With Worksheets("Sheet2") cellValue = .Range("A" & .Cells(.Rows.Count, "A").End(xlUp).Row).Value EndWith ActiveSheet.Range("A1").Value = Format$((Right$(cellValue, 3) + 1)) EndSub i m using these codes but there is 1 problem with these...
  18. E

    VBA increment when copy over to different sheet

    I current have script to copy over ranges to last row over to a different. I need to be able to have column G to start from a value (8501) and every cell below it increment + 1. Until it reaches last row in a column J. Example G2 = 8501 G3 = 8502 G4 = 8503 Any help would be appreciated.
  19. M

    Increment a date by a number of days, months or years

    Hi, I have a date which I will need to increment the date by a day, month or year from the actual date. This is based of a list of fields below and is different per the input. Also each resultant date has to be a business day i.e not a weekend day or a bank holiday. I will forgo the Bank...
  20. S

    Dropdown list autocomplete and increment (VBA)

    Hi everyone! What I am looking to do is create a dropdown that will autosuggest/autocomplete from a list of products in Column A when starting to type in the dropdown. When confirming the product (by pressing enter), I would like if it could automatically reset, but also add an increment of +1...

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