D Deborah Mar 7, 2008 #1 I have a worksheet with 716 rows and I need to chose every 17th row. I am very new to excel please help me...
I have a worksheet with 716 rows and I need to chose every 17th row. I am very new to excel please help me...
R Ron Coderre Mar 7, 2008 #2 You already have an active thread open on that question(with the subject "Filter"). Posting duplicate questions just causes confusion and annoyance. -------------------------- Regards, Ron Microsoft MVP (Excel) (XL2003, Win XP)
You already have an active thread open on that question(with the subject "Filter"). Posting duplicate questions just causes confusion and annoyance. -------------------------- Regards, Ron Microsoft MVP (Excel) (XL2003, Win XP)
G Gary''s Student Mar 7, 2008 #3 Here is a very simple method using AutoFilter. In an un-used column, enter: =IF(MOD(ROW(),17)=0,"X","") and copy down The column will be blank except for rows 17, 34, etc.... Apply Autofilter to this column to hide the other rows.
Here is a very simple method using AutoFilter. In an un-used column, enter: =IF(MOD(ROW(),17)=0,"X","") and copy down The column will be blank except for rows 17, 34, etc.... Apply Autofilter to this column to hide the other rows.
D Deborah Mar 7, 2008 #4 I apologize for that. I didn't make myself clear that I am very unfamiliar and the response I got I could not understand. Again I apogize for any confusion I caused you.
I apologize for that. I didn't make myself clear that I am very unfamiliar and the response I got I could not understand. Again I apogize for any confusion I caused you.
D Deborah Mar 7, 2008 #5 Thank you I hope I was not a bother or annoyance to you as the other person posted.
G Gord Dibben Mar 7, 2008 #6 Why do you want to choose these rows is a question that has not yet been asked. Perhaps you don't have to choose them to work with them. Gord Dibben MS Excel MVP
Why do you want to choose these rows is a question that has not yet been asked. Perhaps you don't have to choose them to work with them. Gord Dibben MS Excel MVP