Questions tagged [sequential-number]

50 questions
0
votes
3 answers

input sequential numbers without specific end in a data frame's column in r

I would like to give a sequence of numbers to a new column to a data frame. But this sequence will repeat several times based on a value in another column. (i.e It starts from 1 until that specific value will be changed to other value). My problem…
MASUMEH
  • 41
  • 6
0
votes
3 answers

sequentiual numbering in the cloud

Ok so a simple task such as generating a sequential number has caused us an issue in the cloud. Where you have more than one server it gets harder and harder to guarantee that the allocated number between servers are not clashing. We are using…
Andrew Newland
  • 784
  • 1
  • 9
  • 19
0
votes
2 answers

Remove consecutive elements given a starting key and an ending key

I have an input array with keys representing 24-hour "military" time and values representing 12-hour "am/pm" time. I want to remove consecutive elements from my array determined by two variables that contain "military" time values. Here are my…
PrivateUser
  • 4,474
  • 12
  • 61
  • 94
0
votes
1 answer

Is there an "elegant" way to enact Auto-Numbering in a Word 2007 Macro (VBA)?

Ok, so basically we have a couple of unique sections in a macro-enabled template for Word 2007 and for each section, we have 2 entries that are standard for the form, and then there are about 20 optional entries that are all handled by AutoText. The…
Spiznak
  • 15
  • 5
-1
votes
1 answer

Sequential numbering in Excel VBA randomly skips orders

I try to create a sequential numbering method for a list based on any cell change I've tried to change the For-Next with Do-While and Do-Until Loops without any success Code Private Sub Worksheet_Change(ByVal Target As Range) Dim…
1 2 3
4