How to fill in long serial numbers with excelrow function

PHPz
Release: 2024-02-14 10:00:18
forward
1125 people have browsed it

php editor Yuzai introduces you how to use excelrow function to fill long serial numbers. In Excel, we often need to fill in a column of long serial numbers. At this time, the excelrow function comes in handy. The excelrow function can automatically fill in the serial numbers in the specified range without having to manually enter them one by one. Next, we will introduce the usage of excelrow function in detail to help you easily complete the filling operation of long serial numbers. Let’s take a look!

How to fill in long serial numbers with excelrow function

[Collection of excel table operation methods]

How to fill long serial numbers with excelrow function

First open the Excel table, and then select in the table The cell position to set the serial number is usually A2.

How to fill in long serial numbers with excelrow function

2. Then we enter the serial number cell and enter [=Row()] and pull down to realize the automatic filling of the serial number;

How to fill in long serial numbers with excelrow function

3. If we enter [=Row(A1)] and pull down the cell, the row number of the cell will be displayed;

How to fill in long serial numbers with excelrow function

4. We enter [=ROW()-1] in the table number 1 position and pull down the cells to start from 0;

How to fill in long serial numbers with excelrow function

The above is the detailed content of How to fill in long serial numbers with excelrow function. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:kafan.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Chrome doesn't apply padding to select options Select option padding not working in Chrome