Referencing cells in consecutive rows

P

PVermillion

Hello, this is my first post to the forum and I am hoping someone would
be willing to offer some advice...

This is a difficult question for me to put into words but I am trying to
find a way to reference a cell on another sheet in two consecutive rows
and then skip to the next row.

Here is an example and what I am looking for:

=Sheet1!A1
=Sheet1!A1
=Sheet1!A2
=Sheet1!A2
=Sheet1!A3... etc, etc.

I am currently using an absolute reference, copying it down 3 cells,
then manually changing the last cell to reference the next in line. Is
there a faster way to do this? I have to do this hundreds of times and
it would be a real timesaver.

Thank you in advance!
 
C

Claus Busch

Hi,

Am Wed, 10 Jul 2013 16:31:00 +0100 schrieb PVermillion:
=Sheet1!A1
=Sheet1!A1
=Sheet1!A2
=Sheet1!A2
=Sheet1!A3... etc, etc.

try:
=INDIRECT("Sheet1!A"&ROUNDUP(ROW(A1)/2,0))


Regards
Claus B.
 

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