Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
scain2004
 
Posts: n/a
Default Excel Math Wizards


Ok, I currently have the following formula:


Code:
--------------------
=CONCATENATE(INDIRECT("'Gross%'!A" & (ROW(A28)+32)/6), " ", INDIRECT("'Gross%'!B" & (ROW(A28)+32)/6))
--------------------


The blue portion is what needs to be changed.

It references another sheet in the book and worked fine until I had to
modify the other sheet to add a row between all existing rows.

The initial sheet uses this formula on every sixth line (4,10,16,22,
etc.). The source sheet holds the data on every odd line (5,7,9,11).

The correlation between books is constant. (child book row-parent book
row,4-5,10-7,16-9,22-11).

Any ideas what the formula would be for this?


--
scain2004
------------------------------------------------------------------------
scain2004's Profile: http://www.excelforum.com/member.php...fo&userid=7051
View this thread: http://www.excelforum.com/showthread...hreadid=475145

  #2   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Replace
(ROW(A28)+32)/6

with
(ROW(A7)+8)/3

HTH,
Bernie
MS Excel MVP



"scain2004" wrote
in message ...

Ok, I currently have the following formula:


Code:
--------------------
=CONCATENATE(INDIRECT("'Gross%'!A" & (ROW(A28)+32)/6), " ",
INDIRECT("'Gross%'!B" & (ROW(A28)+32)/6))
--------------------


The blue portion is what needs to be changed.

It references another sheet in the book and worked fine until I had to
modify the other sheet to add a row between all existing rows.

The initial sheet uses this formula on every sixth line (4,10,16,22,
etc.). The source sheet holds the data on every odd line (5,7,9,11).

The correlation between books is constant. (child book row-parent book
row,4-5,10-7,16-9,22-11).

Any ideas what the formula would be for this?


--
scain2004
------------------------------------------------------------------------
scain2004's Profile:
http://www.excelforum.com/member.php...fo&userid=7051
View this thread: http://www.excelforum.com/showthread...hreadid=475145



  #3   Report Post  
scain2004
 
Posts: n/a
Default


Thanks,

I had to modify slightly:

((ROW(A4) + 8)/3) + 1

to get odds, but thanks for your help.


--
scain2004
------------------------------------------------------------------------
scain2004's Profile: http://www.excelforum.com/member.php...fo&userid=7051
View this thread: http://www.excelforum.com/showthread...hreadid=475145

  #4   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

They're equivalent:

(ROW(A7)+8)/3 = (7+8)/3 = 15/3 = 5

((ROW(A4) + 8)/3) + 1 = (4+8)/3+1 = 12/3+1=4+1=5

HTH,
Bernie
MS Excel MVP


"scain2004" wrote
in message ...

Thanks,

I had to modify slightly:

((ROW(A4) + 8)/3) + 1

to get odds, but thanks for your help.


--
scain2004
------------------------------------------------------------------------
scain2004's Profile:
http://www.excelforum.com/member.php...fo&userid=7051
View this thread: http://www.excelforum.com/showthread...hreadid=475145



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
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? nwtrader8 Excel Discussion (Misc queries) 5 June 21st 05 02:16 PM
How do I active wizards in Excel? Peari Excel Discussion (Misc queries) 2 April 26th 05 04:37 AM
Stop Excel Rounding Dates leinad512 Excel Discussion (Misc queries) 1 April 20th 05 04:19 PM
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM
Excel error - Startup (and Acrobat PDFMaker) gxdata Setting up and Configuration of Excel 0 February 4th 05 03:44 AM


All times are GMT +1. The time now is 09:55 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"