Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Fixed column- Variable row #

I need to name a cell, using a fixed column and a a variable row #.
The row # changes every day, and it is the last row of a column of values.

I have the needed row #, resulting as a value in cell B8.
Ex: Today: B8=24. Tomorrow: B8 will be equal to: 25...
Thus, cell B8, will always point to the row # needed= the last row #
containing values.

What I need is to be able to name another cell using cell B8 as a part of a
formula.
Ex: If I wanted to name cell Y29, I'd want to use the value of cell B8(=24;
today...)
as its' row #.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 196
Default Fixed column- Variable row #

Hi

If you want to name cell Y29 given your value in B8 then you can use
INDEX:

Go InsertNameDefine and name the cell whatever you want, and in the
refers to box type:

=INDEX($Y:$Y,$B$8+5)

This will specify Y29 today (the +5 modifies the B8 value) and
tomorrow, the name will refer to Y30 as the B8 value increments.

Hope this helps!

Richard

Vasilis Tergen wrote:

I need to name a cell, using a fixed column and a a variable row #.
The row # changes every day, and it is the last row of a column of values.

I have the needed row #, resulting as a value in cell B8.
Ex: Today: B8=24. Tomorrow: B8 will be equal to: 25...
Thus, cell B8, will always point to the row # needed= the last row #
containing values.

What I need is to be able to name another cell using cell B8 as a part of a
formula.
Ex: If I wanted to name cell Y29, I'd want to use the value of cell B8(=24;
today...)
as its' row #.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Fixed column- Variable row #

Sir,
Thank you for the answer. Unfortunately, the question was posed erroneously.
The proper, entire question appears in this discussion forum under:
"Fixed column, variable rows" and is of yet unanswered.

"RichardSchollar" wrote:

Hi

If you want to name cell Y29 given your value in B8 then you can use
INDEX:

Go InsertNameDefine and name the cell whatever you want, and in the
refers to box type:

=INDEX($Y:$Y,$B$8+5)

This will specify Y29 today (the +5 modifies the B8 value) and
tomorrow, the name will refer to Y30 as the B8 value increments.

Hope this helps!

Richard

Vasilis Tergen wrote:

I need to name a cell, using a fixed column and a a variable row #.
The row # changes every day, and it is the last row of a column of values.

I have the needed row #, resulting as a value in cell B8.
Ex: Today: B8=24. Tomorrow: B8 will be equal to: 25...
Thus, cell B8, will always point to the row # needed= the last row #
containing values.

What I need is to be able to name another cell using cell B8 as a part of a
formula.
Ex: If I wanted to name cell Y29, I'd want to use the value of cell B8(=24;
today...)
as its' row #.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 618
Default Fixed column- Variable row #

Not in *this* group. Perhaps you are referring to your message in
news:microsoft.public.excel.programming ?
--
David Biddulph

"Vasilis Tergen" wrote in message
...
Sir,
Thank you for the answer. Unfortunately, the question was posed
erroneously.
The proper, entire question appears in this discussion forum under:
"Fixed column, variable rows" and is of yet unanswered.

"RichardSchollar" wrote:

Hi

If you want to name cell Y29 given your value in B8 then you can use
INDEX:

Go InsertNameDefine and name the cell whatever you want, and in the
refers to box type:

=INDEX($Y:$Y,$B$8+5)

This will specify Y29 today (the +5 modifies the B8 value) and
tomorrow, the name will refer to Y30 as the B8 value increments.

Hope this helps!

Richard

Vasilis Tergen wrote:

I need to name a cell, using a fixed column and a a variable row #.
The row # changes every day, and it is the last row of a column of
values.

I have the needed row #, resulting as a value in cell B8.
Ex: Today: B8=24. Tomorrow: B8 will be equal to: 25...
Thus, cell B8, will always point to the row # needed= the last row #
containing values.

What I need is to be able to name another cell using cell B8 as a part
of a
formula.
Ex: If I wanted to name cell Y29, I'd want to use the value of cell
B8(=24;
today...)
as its' row #.





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
macro unouwanme Excel Discussion (Misc queries) 9 August 31st 06 09:38 PM
Conditional Format as a MACRO Gunjani Excel Worksheet Functions 3 March 29th 06 05:22 PM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM


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