Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 98
Default Use function output as a cell reference

I want to use the cell reference generated by ADDRESS as the number value
(start of the range) in the SUM function.

For example the result of my ADDRESS function is $C$5 and I want the range
in SUM to start at $C$5 to an end reference. However, when I point to the
cell which contains my ADDRESS function and shows $C$5 as the result, the SUM
function just takes the cell reference of where the ADDRESS fucntion is and
not the outcome.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Use function output as a cell reference

Nigel,

If A1 contains $C$5 then try:

=SUM(INDIRECT(A1 &":C10"))

This will sum C5 to C10

HTH

"Nigel" wrote:

I want to use the cell reference generated by ADDRESS as the number value
(start of the range) in the SUM function.

For example the result of my ADDRESS function is $C$5 and I want the range
in SUM to start at $C$5 to an end reference. However, when I point to the
cell which contains my ADDRESS function and shows $C$5 as the result, the SUM
function just takes the cell reference of where the ADDRESS fucntion is and
not the outcome.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 287
Default Use function output as a cell reference

Hello Nigel,

Do you actually want to display $C$5 on your sheet or are you calculating
that only as a means to enerate the correct sum formula?

If it's the latter then there are probably better ways, possibly using
INDEX, what's your Address function?

"Nigel" wrote:

I want to use the cell reference generated by ADDRESS as the number value
(start of the range) in the SUM function.

For example the result of my ADDRESS function is $C$5 and I want the range
in SUM to start at $C$5 to an end reference. However, when I point to the
cell which contains my ADDRESS function and shows $C$5 as the result, the SUM
function just takes the cell reference of where the ADDRESS fucntion is and
not the outcome.


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 know which cell a function is called from? Murami Excel Worksheet Functions 3 November 24th 06 02:22 PM
Need some comments on my Utility_Move class module. jchen Excel Worksheet Functions 0 August 21st 06 07:05 PM
Using SUMIF Function with a named cell reference as value in CRITE smilingindigo Excel Worksheet Functions 3 June 29th 06 03:29 AM
Highlighted Reference Cell for a Working Cell Mr. Low Excel Worksheet Functions 0 June 22nd 06 04:27 PM
indirect function to reference cell on different sheet Dolemite Excel Worksheet Functions 2 August 19th 05 05:25 PM


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