Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jambruins
 
Posts: n/a
Default Copying fomula down...

I have the following:
cell G1 = A2
cell G2 = A4
cell G3 = A6

Is there a way to have this go all the way down the column. I know if the
cells equaled A2, A3, A4 I could just drag it down but it doesn't work in
this case. Any ideas? Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default Copying fomula down...

Try the following formula

=INDIRECT("A"&ROW()*2)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Jambruins" wrote in
message
...
I have the following:
cell G1 = A2
cell G2 = A4
cell G3 = A6

Is there a way to have this go all the way down the column. I
know if the
cells equaled A2, A3, A4 I could just drag it down but it
doesn't work in
this case. Any ideas? Thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
Jambruins
 
Posts: n/a
Default Copying fomula down...

Actually this is what the exact cells a

G1:=ODDS!C2
G2:=ODDS!C4
G3:=ODDS!C6

How would I alter the formula you provided me with in this case? Thanks.

"Chip Pearson" wrote:

Try the following formula

=INDIRECT("A"&ROW()*2)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Jambruins" wrote in
message
...
I have the following:
cell G1 = A2
cell G2 = A4
cell G3 = A6

Is there a way to have this go all the way down the column. I
know if the
cells equaled A2, A3, A4 I could just drag it down but it
doesn't work in
this case. Any ideas? Thanks




  #4   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default Copying fomula down...

Hi!

Try this:

=INDEX(odds!C:C,(ROWS($1:2)-1)*2)

Biff

"Jambruins" wrote in message
...
Actually this is what the exact cells a

G1:=ODDS!C2
G2:=ODDS!C4
G3:=ODDS!C6

How would I alter the formula you provided me with in this case? Thanks.

"Chip Pearson" wrote:

Try the following formula

=INDIRECT("A"&ROW()*2)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Jambruins" wrote in
message
...
I have the following:
cell G1 = A2
cell G2 = A4
cell G3 = A6

Is there a way to have this go all the way down the column. I
know if the
cells equaled A2, A3, A4 I could just drag it down but it
doesn't work in
this case. Any ideas? Thanks






  #5   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default Copying fomula down...

Try:

=INDIRECT("ODDS!C"&ROW(1:1)*2)

HTH
JG

"Jambruins" wrote:

Actually this is what the exact cells a

G1:=ODDS!C2
G2:=ODDS!C4
G3:=ODDS!C6

How would I alter the formula you provided me with in this case? Thanks.

"Chip Pearson" wrote:

Try the following formula

=INDIRECT("A"&ROW()*2)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Jambruins" wrote in
message
...
I have the following:
cell G1 = A2
cell G2 = A4
cell G3 = A6

Is there a way to have this go all the way down the column. I
know if the
cells equaled A2, A3, A4 I could just drag it down but it
doesn't work in
this case. Any ideas? Thanks






  #6   Report Post  
Posted to microsoft.public.excel.misc
Jambruins
 
Posts: n/a
Default Copying fomula down...

chip, biff, and pin, thanks for the help!

"pinmaster" wrote:

Try:

=INDIRECT("ODDS!C"&ROW(1:1)*2)

HTH
JG

"Jambruins" wrote:

Actually this is what the exact cells a

G1:=ODDS!C2
G2:=ODDS!C4
G3:=ODDS!C6

How would I alter the formula you provided me with in this case? Thanks.

"Chip Pearson" wrote:

Try the following formula

=INDIRECT("A"&ROW()*2)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Jambruins" wrote in
message
...
I have the following:
cell G1 = A2
cell G2 = A4
cell G3 = A6

Is there a way to have this go all the way down the column. I
know if the
cells equaled A2, A3, A4 I could just drag it down but it
doesn't work in
this case. Any ideas? Thanks



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


Similar Threads
Thread Thread Starter Forum Replies Last Post
zero value when copying cells between worksheets joe Excel Discussion (Misc queries) 1 August 9th 05 08:51 PM
To copy fomula jojo Excel Worksheet Functions 7 July 21st 05 07:45 PM
Problems copying street addresses and dates C. Dales Excel Discussion (Misc queries) 4 February 11th 05 01:43 PM
copying cells from other worksheets yesbob Excel Discussion (Misc queries) 1 February 7th 05 05:18 PM
Excel & Copying Formulas JComer Excel Worksheet Functions 1 October 28th 04 07:17 PM


All times are GMT +1. The time now is 10:20 AM.

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"