Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Cell row to be dependent upon value in another cell

Hi
I'm pretty new to Excel, and need help. I am trying to define a cell that is
in column C, and whose row value is determined by reference to another cell.
For example:

C(($B$1)+5) would define the row to be the value given by the number in
$B$1, with 5 added to it.

I don't know if what I am trying to do is possible. If it is not, could
someone suggest another way?

Thanks!
--
C.MacDonald
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Cell row to be dependent upon value in another cell

Thanks Elkar. I don't think that will work. I am trying to use the cell in an
equation, such as:

c7*c(($B$1)+5)

Any ideas how to accomplish this?

Thanks!
--
C.MacDonald


"Elkar" wrote:

Try the INDIRECT function:

=INDIRECT("C" & $B$1 + 5)

HTH
Elkar


"C. MacDonald" wrote:

Hi
I'm pretty new to Excel, and need help. I am trying to define a cell that is
in column C, and whose row value is determined by reference to another cell.
For example:

C(($B$1)+5) would define the row to be the value given by the number in
$B$1, with 5 added to it.

I don't know if what I am trying to do is possible. If it is not, could
someone suggest another way?

Thanks!
--
C.MacDonald

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Cell row to be dependent upon value in another cell

Elkar, thanks a lot! I finally got it to work. Much appreciated!
--
C.MacDonald


"Elkar" wrote:

It should work:

=C7*INDIRECT("C"&$B$1+5)



"C. MacDonald" wrote:

Thanks Elkar. I don't think that will work. I am trying to use the cell in an
equation, such as:

c7*c(($B$1)+5)

Any ideas how to accomplish this?

Thanks!
--
C.MacDonald


"Elkar" wrote:

Try the INDIRECT function:

=INDIRECT("C" & $B$1 + 5)

HTH
Elkar


"C. MacDonald" wrote:

Hi
I'm pretty new to Excel, and need help. I am trying to define a cell that is
in column C, and whose row value is determined by reference to another cell.
For example:

C(($B$1)+5) would define the row to be the value given by the number in
$B$1, with 5 added to it.

I don't know if what I am trying to do is possible. If it is not, could
someone suggest another way?

Thanks!
--
C.MacDonald

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Cell row to be dependent upon value in another cell

It should work:

=C7*INDIRECT("C"&$B$1+5)



"C. MacDonald" wrote:

Thanks Elkar. I don't think that will work. I am trying to use the cell in an
equation, such as:

c7*c(($B$1)+5)

Any ideas how to accomplish this?

Thanks!
--
C.MacDonald


"Elkar" wrote:

Try the INDIRECT function:

=INDIRECT("C" & $B$1 + 5)

HTH
Elkar


"C. MacDonald" wrote:

Hi
I'm pretty new to Excel, and need help. I am trying to define a cell that is
in column C, and whose row value is determined by reference to another cell.
For example:

C(($B$1)+5) would define the row to be the value given by the number in
$B$1, with 5 added to it.

I don't know if what I am trying to do is possible. If it is not, could
someone suggest another way?

Thanks!
--
C.MacDonald

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
Making cell contents dependent on another cell Jen Excel Worksheet Functions 2 February 23rd 08 10:05 PM
Making cell contents dependent on another cell Jen Excel Discussion (Misc queries) 4 February 22nd 08 07:37 PM
Jumping reference cell in dependent cell formula jpeterspro Excel Worksheet Functions 1 November 28th 07 10:34 AM
Locking Cell dependent on Another Cell Value el zorro[_2_] Excel Discussion (Misc queries) 7 August 13th 07 09:54 PM
Need to lookup value in cell, dependent on value in another cell StaceyJ Excel Worksheet Functions 1 April 20th 07 09:24 PM


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