ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   each 15th row (https://www.excelbanter.com/excel-programming/317023-each-15th-row.html)

Reniek

each 15th row
 
Hi,
In column A i have a data. I would like to copy down (B1:B60) formula and
find every 15th row previous one, I mean B15, B30, B45,etc...and then just
filter each.

Thanks
Reniek





Frank Kabel

each 15th row
 
Hi
as stated in your other post: Not really sure what you're trying to do

--
Regards
Frank Kabel
Frankfurt, Germany

"Reniek" schrieb im Newsbeitrag
...
Hi,
In column A i have a data. I would like to copy down (B1:B60) formula

and
find every 15th row previous one, I mean B15, B30, B45,etc...and

then just
filter each.

Thanks
Reniek






Dick Kusleika[_4_]

each 15th row
 
Reniek

=MOD(ROW(),15)

Then filter to show zeros

--
Dick Kusleika
MVP - Excel
Excel Blog - Daily Dose of Excel
www.dicks-blog.com

"Reniek" wrote in message
...
Hi,
In column A i have a data. I would like to copy down (B1:B60) formula and
find every 15th row previous one, I mean B15, B30, B45,etc...and then

just
filter each.

Thanks
Reniek







Dsuperc

each 15th row
 
try this
Enter the following formula in Sheet2, beginning with cell A1 and
copying down & across:

=INDIRECT("Sheet1!A"&ROW(Sheet1!A1)+(15*(ROW()-1)))
=INDIRECT("A"&ROW(A1)+(15*(ROW()-1)))
Remember to change the Column from A to whatever, when you copy to
another column.

"Dick Kusleika" wrote in message ...
Reniek

=MOD(ROW(),15)

Then filter to show zeros

--
Dick Kusleika
MVP - Excel
Excel Blog - Daily Dose of Excel
www.dicks-blog.com

"Reniek" wrote in message
...
Hi,
In column A i have a data. I would like to copy down (B1:B60) formula and
find every 15th row previous one, I mean B15, B30, B45,etc...and then

just
filter each.

Thanks
Reniek






All times are GMT +1. The time now is 07:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com