LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,069
Default Formula issues

In all of your row 7 formulas, you ned to change the second argument in your
ADDRESS functions. Column F is 6; you have 5, which is column E.

With that change, the B7 formulas works as intended. For the other columns,
you need to tweak the number of rows you are subtracting in your first
argument for the ADDRESS functions. Try these:

in B7: =INDIRECT(ADDRESS((ROW()-5)*6-4,6,,,"VT by Brand 07-09"))
in C7: =INDIRECT(ADDRESS((ROW()-5)*6-2,6,,,"VT by Brand 07-09"))
in F7: =INDIRECT(ADDRESS((ROW()-5)*6-3,6,,,"VT by Brand 07-09"))
in G7: =INDIRECT(ADDRESS((ROW()-5)*6-1,6,,,"VT by Brand 07-09"))

Then, copy the row 7 formulas down through row 38.

Hope this helps,

Hutch

"Ric" wrote:

Hello,
I have the following formula in a workbook on the first sheet that
references a 2nd sheet
in B6='VT by Brand 07-09'!F2
in B7 I want to go 6 rows down and currently have this formula=INDIRECT
(ADDRESS((ROW()-5)*6-4,5,,,"VT by Brand 07-09"))
I want to continue all the way down to B38 going 6 rows down each
time.



I have the same situation in C6='VT by Brand 07-09'!F4
in C7 I want to go 6 rows down and currently have this formula=INDIRECT
(ADDRESS((ROW()-5)*6-4,5,,,"VT by Brand 07-09"))
I want to continue all the way down to B38 going 6 rows down each
time.


I have the same situation in F6='VT by Brand 07-09'!F3
in F7 I want to go 6 rows down and currently have this formula=INDIRECT
(ADDRESS((ROW()-5)*6-4,5,,,"VT by Brand 07-09"))
I want to continue all the way down to B38 going 6 rows down each
time.

I have the same situation in G6='VT by Brand 07-09'!F5
in G7 I want to go 6 rows down and currently have this formula=INDIRECT
(ADDRESS((ROW()-5)*6-4,5,,,"VT by Brand 07-09"))
I want to continue all the way down to B38 going 6 rows down each
time.

What are the problems here???

Thanks

 
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
COUNTIF FORMULA ISSUES - NEED FORMULA CORRECTED Debbi Excel Worksheet Functions 2 November 18th 09 04:47 AM
Formula Issues OEMJ Excel Worksheet Functions 6 November 2nd 09 03:07 PM
Formula issues Rakkamac Excel Worksheet Functions 2 November 3rd 08 10:21 AM
I'm having formula issues Leslie Excel Discussion (Misc queries) 3 September 15th 08 08:44 PM
formula issues adella40 Excel Worksheet Functions 2 May 5th 07 12:19 AM


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

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"