I have a list of stock prices. One column has the time, every minute, and the next column has the respective stock price.
How can I select every fourth row of the stock price column (in other words instead of selecting the entire column, I want to skip two minutes between data selected)? I...