#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ellebelle
 
Posts: n/a
Default dependent rows

Hello,

Could somebody please tell me how to get the following information.

I would like one row to be dependent on another row and to make the
dependency cariable.

for example

In cell G10 I have specified that I want row 10 to be dependent on row 2 by
entering the value "2". This value can and will change throughout my project
as row ten will be dependent on different rows at different times.

In cell H10 I want a formula that looks at the dependency row in cell G10
(in this case row 2) and therefore adds the values in B2 and C2.

I think I have to use a combination of ADDRESS and MATCH but am really not
clear how to go about it.

Any help appreciated!

Ellebelle


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default dependent rows

=INDIRECT("B"&G10)+INDIRECT("C"&G10)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"ellebelle" wrote in message
...
Hello,

Could somebody please tell me how to get the following information.

I would like one row to be dependent on another row and to make the
dependency cariable.

for example

In cell G10 I have specified that I want row 10 to be dependent on row 2

by
entering the value "2". This value can and will change throughout my

project
as row ten will be dependent on different rows at different times.

In cell H10 I want a formula that looks at the dependency row in cell G10
(in this case row 2) and therefore adds the values in B2 and C2.

I think I have to use a combination of ADDRESS and MATCH but am really not
clear how to go about it.

Any help appreciated!

Ellebelle




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ellebelle
 
Posts: n/a
Default dependent rows

thank you!

"Bob Phillips" wrote:

=INDIRECT("B"&G10)+INDIRECT("C"&G10)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"ellebelle" wrote in message
...
Hello,

Could somebody please tell me how to get the following information.

I would like one row to be dependent on another row and to make the
dependency cariable.

for example

In cell G10 I have specified that I want row 10 to be dependent on row 2

by
entering the value "2". This value can and will change throughout my

project
as row ten will be dependent on different rows at different times.

In cell H10 I want a formula that looks at the dependency row in cell G10
(in this case row 2) and therefore adds the values in B2 and C2.

I think I have to use a combination of ADDRESS and MATCH but am really not
clear how to go about it.

Any help appreciated!

Ellebelle





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
Insert rows based on specific value bob Excel Worksheet Functions 6 February 29th 08 07:11 PM
formula to use when number of rows changes dynamically confused Excel Worksheet Functions 3 August 17th 05 03:55 PM
Hiding Rows if the linked rows are blank KG Excel Discussion (Misc queries) 9 May 18th 05 02:32 AM
Row selections by row # OR by even/odd rows in another spreadsheet Tom Excel Discussion (Misc queries) 0 February 9th 05 04:03 PM
Adding Rows to Master Sheet Excel Newbie New Users to Excel 1 December 23rd 04 10:56 PM


All times are GMT +1. The time now is 04:30 AM.

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"