How do I copying data from a cell on sheet to a diff cell/sheet

B

Bowldiva120

It data entry of scores on worksheet one that has to be automatically copied
to worksheet 2. Once I entry the data on wksht 1 want it placed on wksht 2.

I run tournaments, need all of the date on worksheet 1 but only some on
worksheet 2 so I can sort it. When I set up my wksht 2 us the formula
=wksht1!C4 on the first line. the on the second line input =wksht1!C11
then highlight the two and drag it down. It will copied what i inputed but
won't calculte and change the cell referrence by 7 how do I get it to do that
without having to manually change the number?
 
M

Max

To get it to propagate in this manner ...
=wksht1!C4 on the first line. the on the second line input =wksht1!C11
Use this in any startcell: =INDIRECT("'wksht1'!C"&ROWS($1:1)*7-3)
Copy down as far as required. Success? hit YES below
 

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