Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Arlene
 
Posts: n/a
Default *HELP NOW PLEASE*

need step by step instructions to extract data from column A starting with A1
and grab A4, A7, A10, A13, etc.
--
ALFR
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default


For i = 1 To 100 Step 3
var = Range("A" & i).value
Next i


bit difficult to be more precise as 'grab' has no real meaning here, so I
have no idea what you will do with the cells.

--
HTH

Bob Phillips

"Arlene" wrote in message
...
need step by step instructions to extract data from column A starting with

A1
and grab A4, A7, A10, A13, etc.
--
ALFR



  #3   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

B1: =INDEX(A:A,(ROW()-1)*3+1)


Copy down.

In article ,
Arlene wrote:

need step by step instructions to extract data from column A starting with A1
and grab A4, A7, A10, A13, etc.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"