Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Continued issues

Hello,
Below is a formula someone helped and resolved the problem in
column B. When I copy and paste into either C6,F6, and G6 it doesn't
go down the 6 cells. Please help.


=INDIRECT(ADDRESS((ROW()-5)*6-4,5,,,"VT by Brand 07-09"))


Put in B7 and copy down through B37.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,069
Default Continued issues

No one who didn't read your earlier post will understand what you are trying
to do.

In B6, you had a formula that pulls the value from E2 on another sheet. In
B7 through B37, you have a formula that pulls values from a cell in the same
column that B6 references, but 6 rows down each time.

If you copy the formula in B6 to C6, it will refer to column F on the other
sheet. You must adjust the second argument of the ADDRESS function when you
copy the formula from B7 to C7. The second argument of the ADDRESS function
is the column number: 5 is column E, 6 is column F, etc. This will not change
automatically as you copy the formula to other columns; you have to edit it.

Hope this helps,

Hutch

"Ric" wrote:

Hello,
Below is a formula someone helped and resolved the problem in
column B. When I copy and paste into either C6,F6, and G6 it doesn't
go down the 6 cells. Please help.


=INDIRECT(ADDRESS((ROW()-5)*6-4,5,,,"VT by Brand 07-09"))


Put in B7 and copy down through B37.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Continued issues

On Feb 21, 6:23*pm, Tom Hutchins
wrote:
No one who didn't read your earlier post will understand what you are trying
to do.

In B6, you had a formula that pulls the value from E2 on another sheet. In
B7 through B37, you have a formula that pulls values from a cell in the same
column that B6 references, but 6 rows down each time.

If you copy the formula in B6 to C6, it will refer to column F on the other
sheet. You must adjust the second argument of the ADDRESS function when you
copy the formula from B7 to C7. The second argument of the ADDRESS function
is the column number: 5 is column E, 6 is column F, etc. This will not change
automatically as you copy the formula to other columns; you have to edit it.

Hope this helps,

Hutch



"Ric" wrote:
Hello,
* * Below is a formula someone helped and resolved the problem in
column B. *When I copy and paste into either C6,F6, and G6 it doesn't
go down the 6 cells. *Please help.


=INDIRECT(ADDRESS((ROW()-5)*6-4,5,,,"VT by Brand 07-09"))


Put in B7 and copy down through B37.- Hide quoted text -


- Show quoted text -


Thanks again for the help!
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
Average With < Continued hamricka[_7_] Excel Worksheet Functions 4 August 20th 09 05:02 PM
Median continued Bony Pony[_2_] Excel Discussion (Misc queries) 12 December 10th 08 06:53 AM
If then statement continued! Add to distribution list without opening Excel Discussion (Misc queries) 1 October 20th 06 11:02 PM
two-variable calculations continued ... fredonic Excel Discussion (Misc queries) 2 November 17th 05 05:43 PM
continued help needed scrabtree[_2_] Excel Programming 3 September 17th 04 07:49 PM


All times are GMT +1. The time now is 11:05 PM.

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

About Us

"It's about Microsoft Excel"