Table of Contents
In Excel, the “nth row” refers to every nth row in a data set, where n is a number specified by the user. This process allows for the selection and manipulation of specific rows within a large data set. To select every nth row in Excel, the user can use the “Mod” function in combination with the “ROW” function. For example, if the user wants to select every 3rd row in a data set, they can use the formula “=MOD(ROW(),3)=0” in the first row of the data set, then drag the formula down to the rest of the rows. This will highlight every 3rd row in the data set, allowing the user to easily manipulate or analyze only those rows.
Select Every Nth Row in Excel (With Example)
You can use the following basic formula to select every nth row in Excel:
=OFFSET($A$1,(ROW()-1)*n,0)
This formula selects every nth row.
Simply change the value for n in the formula to select specific rows.
For example, you can use the following formula to select every 3rd row:
=OFFSET($A$1,(ROW()-1)*3,0)The following examples show how to use this formula in practice.
Example: Select Every Nth Row in Excel
Suppose we have the following list of values in Excel:

We can use the following formula to select every third row from the list:
=OFFSET($A$1,(ROW()-1)*3,0)We will type this formula into cell C1 and then copy and paste it to the remaining cells in column C:

Notice that every third row has been selected from the list of original values:

If we change the value of n in the formula, we can select a different nth value.
=OFFSET($A$1,(ROW()-1)*5,0)We will type this formula into cell C1 and then copy and paste it to the remaining cells in column C:

Notice that every fifth row has been selected from the list of original values:

Additional Resources
The following tutorials explain how to perform other common operations in Excel:
Cite this article
stats writer (2024). How can I select every nth row in Excel, and what is an example of this process?. PSYCHOLOGICAL SCALES. Retrieved from https://scales.arabpsychology.com/stats/how-can-i-select-every-nth-row-in-excel-and-what-is-an-example-of-this-process/
stats writer. "How can I select every nth row in Excel, and what is an example of this process?." PSYCHOLOGICAL SCALES, 30 Jun. 2024, https://scales.arabpsychology.com/stats/how-can-i-select-every-nth-row-in-excel-and-what-is-an-example-of-this-process/.
stats writer. "How can I select every nth row in Excel, and what is an example of this process?." PSYCHOLOGICAL SCALES, 2024. https://scales.arabpsychology.com/stats/how-can-i-select-every-nth-row-in-excel-and-what-is-an-example-of-this-process/.
stats writer (2024) 'How can I select every nth row in Excel, and what is an example of this process?', PSYCHOLOGICAL SCALES. Available at: https://scales.arabpsychology.com/stats/how-can-i-select-every-nth-row-in-excel-and-what-is-an-example-of-this-process/.
[1] stats writer, "How can I select every nth row in Excel, and what is an example of this process?," PSYCHOLOGICAL SCALES, vol. X, no. Y, ص Z-Z, June, 2024.
stats writer. How can I select every nth row in Excel, and what is an example of this process?. PSYCHOLOGICAL SCALES. 2024;vol(issue):pages.
