Computer Science, asked by ismailsayyed676, 1 month ago

How can you generate number serially? Explain with steps​

Answers

Answered by rohanjhajhria7878
2

Answer:

Generate Serial Numbers by Adding One in the Previous Number

Enter 1 in the cell from where you want to start your serial numbers.

In next down cell, enter formula =G1+1 (G1 is the starting cell here).

Drag this formula to down, up to the serial numbers you want.

Answered by Anonymous
1

Serial numbers must be generated in a random manner. If you generate 10 serial numbers, 10 random numbers within the range of 1000 to 2000 will be generated. ... Serial numbers must be generated in a sequential manner. When generating 10 serial numbers, the serial numbers from 1000 through 1009 get generated.

Similar questions