Easy | Sequence Function in sheets | Basic Serial Numbering

Publicado el: 17 septiembre 2022
en el canal de: HitKit
27
like

Automatically fill serial number in Colums using the

#excel #google #sheets #exceltips #googlesheets #googlesheetstutorial

=SEQUENCE(rows, columns, start, step)


Example

Example 1: SEQUENCE(2)

Example 2: SEQUENCE(2, 3)

Example 3: SEQUENCE(2, 3, 3, 2)

Example 4: SEQUENCE(2, 3, 10, -1)

Notes
If columns is omitted, the resulting array will be a vertical list. If a horizontal list is needed, either specify rows as 1 and specify columns or transpose the vertical result.

Result for A1=SEQUENCE(2)

A B
1 1
2 2
Result for A1= SEQUENCE(2, 3)

A B C
1 1 2 3
2 4 5 6
3
Result for A1= SEQUENCE(2, 3, 3, 2)

A B C
1 3 5 7
2 9 11 13
3
Result for A1= SEQUENCE(2, 3, 10, -1)

A B C
1 10 9 8
2 7 6 5
3 4 3 2



Please subscribe if this was helpful


En esta página del sitio puede ver el video en línea Easy | Sequence Function in sheets | Basic Serial Numbering de Duración hora minuto segunda en buena calidad , que subió el usuario HitKit 17 septiembre 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 27 veces y le gustó like a los espectadores. Disfruta viendo!