T O P I C R E V I E W |
DS123 |
Posted - 02/21/2013 : 06:06:34 AM Hi guys,
I'd just like to know if there was any way to select and/or delete alternate rows? essentially I have some data of which I may only need to analyse every other row and am hoping to find a way in which i can select these (or delete the others) without having to go through doing it manually.
Thanks |
2 L A T E S T R E P L I E S (Newest First) |
cpyang |
Posted - 02/21/2013 : 10:52:24 AM Choose Worksheet->Reduce Rows
CP
|
Hideo Fujii |
Posted - 02/21/2013 : 10:49:48 AM Hi DS123,
I think you can use the Worksheet Query tool ("Worksheet> Worksheet Query" menu). In this tool, for example, you can use the following condition formula:i-(int(i/2)*2)=0 to select the rows which are at the even-number row numbers. ("i" is a system variable to show the index.) In this tool, you can choose "Select" radio button for the output option just to select the hit rows. (If you choose "Extract New Worksheet", you can create a worksheet with the hit records.)
After selecting the alternated rows, you can delet the rows by right-clicking the worksheet, and select "Delete" flyout. (or choose "Edit> Delete" menu).
Hope this is what you wanted.
--Hideo Fujii OriginLab
|
|
|