To get a value from other column

F

frank

I have two column, Column A contains 6000 random values. Contain B will be a
subset of Column A which is equal to every third value of Column A (as
illustrated below). In other words, Column B will be in total 2000 values. Is
there a way I can get Column B read Column A value automatically? Thanks a
lot!


A B
1 3
2 6
3 9
4
5
6
7
8
9
 
T

Toppers

do you mean ....

in B1:

=OFFSET($A$1,ROW()*3-1,0)

and copy down

Assumes data starts in row 1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top